Skip to content

Commit 6df7791

Browse files
authored
[Feature-2867][*] Release v1.0.0-rc2 (#2868)
Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com>
1 parent b242e0d commit 6df7791

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dinky-web/src/services/constants.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const TENANT_ID = 'tenantId';
2828
/**
2929
* the platform version
3030
*/
31-
export const VERSION = '1.0.0-rc1';
31+
export const VERSION = '1.0.0-rc2';
3232

3333
/**
3434
* the platform language

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
109109
<protobuf-java.version>2.5.0</protobuf-java.version>
110110
<reflections.version>0.10.2</reflections.version>
111-
<revision>1.0.0-rc1</revision>
111+
<revision>1.0.0-rc2</revision>
112112
<sa-token.version>1.37.0</sa-token.version>
113113
<scala.binary.version>2.12</scala.binary.version>
114114
<scala.version>2.12.10</scala.version>

0 commit comments

Comments
 (0)