Skip to content

Commit

Permalink
[Feature-2736][*] Release v1.0.0-rc1 (#2738)
Browse files Browse the repository at this point in the history
Co-authored-by: wenmo <[email protected]>
  • Loading branch information
aiwenmo and aiwenmo authored Dec 24, 2023
1 parent e286965 commit 5be6960
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
15 changes: 5 additions & 10 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,20 +95,15 @@ body:
Which version of Dinky are you running? We only accept bugs report from the LTS projects.
options:
- dev
- 1.0.0
- 0.7.5
- 0.7.4
- 0.7.3
- 0.7.2
- 0.7.1
- 0.7.0
- 0.6.7
- 0.6.6
- 0.6.5
- 0.6.4
- 0.6.3
- 0.6.2
- 0.6.1
- 0.6.0
- 0.5.1
- 0.5.0
- 0.6.*
- 0.5.*
validations:
required: true

Expand Down
2 changes: 1 addition & 1 deletion dinky-web/src/services/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const TENANT_ID = 'tenantId';
/**
* the platform version
*/
export const VERSION = '1.0.0-SNAPSHOT';
export const VERSION = '1.0.0-rc1';

/**
* the platform language
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<protobuf-java.version>2.5.0</protobuf-java.version>
<reflections.version>0.10.2</reflections.version>
<revision>1.0.0-SNAPSHOT</revision>
<revision>1.0.0-rc1</revision>
<sa-token.version>1.37.0</sa-token.version>
<scala.binary.version>2.12</scala.binary.version>
<scala.version>2.12.10</scala.version>
Expand Down

0 comments on commit 5be6960

Please sign in to comment.