We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b242e0d commit 6df7791Copy full SHA for 6df7791
2 files changed
dinky-web/src/services/constants.tsx
@@ -28,7 +28,7 @@ export const TENANT_ID = 'tenantId';
28
/**
29
* the platform version
30
*/
31
-export const VERSION = '1.0.0-rc1';
+export const VERSION = '1.0.0-rc2';
32
33
34
* the platform language
pom.xml
@@ -108,7 +108,7 @@
108
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
109
<protobuf-java.version>2.5.0</protobuf-java.version>
110
<reflections.version>0.10.2</reflections.version>
111
- <revision>1.0.0-rc1</revision>
+ <revision>1.0.0-rc2</revision>
112
<sa-token.version>1.37.0</sa-token.version>
113
<scala.binary.version>2.12</scala.binary.version>
114
<scala.version>2.12.10</scala.version>
0 commit comments