Skip to content

Commit 5be6960

Browse files
authored
[Feature-2736][*] Release v1.0.0-rc1 (#2738)
Co-authored-by: wenmo <[email protected]>
1 parent e286965 commit 5be6960

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -95,20 +95,15 @@ body:
9595
Which version of Dinky are you running? We only accept bugs report from the LTS projects.
9696
options:
9797
- dev
98+
- 1.0.0
99+
- 0.7.5
100+
- 0.7.4
98101
- 0.7.3
99102
- 0.7.2
100103
- 0.7.1
101104
- 0.7.0
102-
- 0.6.7
103-
- 0.6.6
104-
- 0.6.5
105-
- 0.6.4
106-
- 0.6.3
107-
- 0.6.2
108-
- 0.6.1
109-
- 0.6.0
110-
- 0.5.1
111-
- 0.5.0
105+
- 0.6.*
106+
- 0.5.*
112107
validations:
113108
required: true
114109

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-SNAPSHOT';
31+
export const VERSION = '1.0.0-rc1';
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-SNAPSHOT</revision>
111+
<revision>1.0.0-rc1</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)