Skip to content

Commit 2349b38

Browse files
committed
update box
1 parent f35ca31 commit 2349b38

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

buildScript/lib/core/get_source_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
if [ ! -z $ENV_NB4A ]; then
2-
export COMMIT_SING_BOX_EXTRA="e7c37b1587c38841f4eb687249a43dab421d8eff"
2+
export COMMIT_SING_BOX_EXTRA="c61e8ae9d227a918e85fcd22fb36d89a0ad9a661"
33
fi
44

55
if [ ! -z $ENV_SING_BOX_EXTRA ]; then

libcore/date.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
var outdated string
99

1010
func GetBuildTime() int64 {
11-
buildDate := 20230527
11+
buildDate := 20230528
1212
buildTime, _ := time.Parse("20060102", strconv.Itoa(buildDate))
1313
return buildTime.Unix()
1414
}

0 commit comments

Comments
 (0)