Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
Signed-off-by: Aoi Kondo <[email protected]>
  • Loading branch information
admidori committed Jul 3, 2024
1 parent b63bc15 commit aa4de13
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion frontend/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"domain":"http://localhost",
"apiPort": 8080,
"version": "1.0.0",
"version": "1.0.1",
"codeName": "Beta"
}
2 changes: 1 addition & 1 deletion 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.0"
var VERSION_JUDGELIGHT = "1.0.1"
var DEVELOPMENT_CODE = "Beta"
var RELEASE_DATE = "2024/07/03"
6 changes: 3 additions & 3 deletions pkg/etc/version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"VERSION_JUDGELIGHT" : "1.0" ,
"DEVELOPMENT_CODE" : "Development" ,
"RELEASE_DATE" : ""
"VERSION_JUDGELIGHT" : "1.0.1" ,
"DEVELOPMENT_CODE" : "Beta" ,
"RELEASE_DATE" : "2024/07/03"
}

0 comments on commit aa4de13

Please sign in to comment.