This commit is contained in:
arm64v8a 2023-08-28 17:58:06 +09:00
parent ff52eface2
commit 334cdb0c6d
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,3 +1,3 @@
PACKAGE_NAME=moe.nb4a
VERSION_NAME=1.2.2
VERSION_CODE=26
VERSION_NAME=1.2.3
VERSION_CODE=27