1 parent f35ca31 commit 2349b38Copy full SHA for 2349b38
2 files changed
buildScript/lib/core/get_source_env.sh
@@ -1,5 +1,5 @@
1
if [ ! -z $ENV_NB4A ]; then
2
- export COMMIT_SING_BOX_EXTRA="e7c37b1587c38841f4eb687249a43dab421d8eff"
+ export COMMIT_SING_BOX_EXTRA="c61e8ae9d227a918e85fcd22fb36d89a0ad9a661"
3
fi
4
5
if [ ! -z $ENV_SING_BOX_EXTRA ]; then
libcore/date.go
@@ -8,7 +8,7 @@ import (
8
var outdated string
9
10
func GetBuildTime() int64 {
11
- buildDate := 20230527
+ buildDate := 20230528
12
buildTime, _ := time.Parse("20060102", strconv.Itoa(buildDate))
13
return buildTime.Unix()
14
}
0 commit comments