This commit is contained in:
arm64v8a 2023-08-17 20:57:23 +09:00
parent 9cc9b16306
commit 75686ab57f
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
if [ ! -z $ENV_NB4A ]; then
export COMMIT_SING_BOX_EXTRA="c419bc9a28b23f528072aedbb2d956dbfda0cbb3"
export COMMIT_SING_BOX_EXTRA="e9294cd60a5ad5e1efec2fbbe35be03f057c2a63"
fi
if [ ! -z $ENV_SING_BOX_EXTRA ]; then

View File

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

View File

@ -1,3 +1,3 @@
PACKAGE_NAME=moe.nb4a
VERSION_NAME=1.2.1
VERSION_CODE=25
VERSION_NAME=1.2.2
VERSION_CODE=26