This commit is contained in:
arm64v8a 2023-05-08 20:41:25 +09:00
parent 60dd5a4e3b
commit 1b15199ee2
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ import (
var outdated string
func GetBuildTime() int64 {
buildDate := 20230421
buildDate := 20230508
buildTime, _ := time.Parse("20060102", strconv.Itoa(buildDate))
return buildTime.Unix()
}

View File

@ -1,3 +1,3 @@
PACKAGE_NAME=moe.nb4a
VERSION_NAME=1.0.4
VERSION_CODE=14
VERSION_NAME=1.0.5
VERSION_CODE=15