Skip to content

Commit

Permalink
1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arm64v8a committed Aug 17, 2023
1 parent 9cc9b16 commit 75686ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion buildScript/lib/core/get_source_env.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion libcore/date.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
Expand Down
4 changes: 2 additions & 2 deletions nb4a.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PACKAGE_NAME=moe.nb4a
VERSION_NAME=1.2.1
VERSION_CODE=25
VERSION_NAME=1.2.2
VERSION_CODE=26

0 comments on commit 75686ab

Please sign in to comment.