This commit is contained in:
arm64v8a 2023-10-05 13:16:25 +09:00
parent 78fec3ef88
commit e8df393d2b
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,3 +1,3 @@
PACKAGE_NAME=moe.nb4a PACKAGE_NAME=moe.nb4a
VERSION_NAME=1.2.5 VERSION_NAME=1.2.6
VERSION_CODE=29 VERSION_CODE=30