Skip to content

Commit

Permalink
Update version code
Browse files Browse the repository at this point in the history
Signed-off-by: Aoi Kondo <[email protected]>
  • Loading branch information
admidori committed Jul 2, 2024
1 parent 50fa247 commit 0e265b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"domain":"http://localhost",
"apiPort": 8080,
"version": "1.0.0",
"codeName": "Alpha"
"codeName": "Beta"
}
6 changes: 3 additions & 3 deletions pkg/etc/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package etc

var VERSION_JUDGELIGHT = "1.0"
var DEVELOPMENT_CODE = "Development"
var RELEASE_DATE = "2023/6"
var VERSION_JUDGELIGHT = "1.0.0"
var DEVELOPMENT_CODE = "Beta"
var RELEASE_DATE = "2024/07/03"

0 comments on commit 0e265b7

Please sign in to comment.