Skip to content

Commit 334cdb0

Browse files
committed
1.2.3
1 parent ff52efa commit 334cdb0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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 := 20230817
11+
buildDate := 20230828
1212
buildTime, _ := time.Parse("20060102", strconv.Itoa(buildDate))
1313
return buildTime.Unix()
1414
}

nb4a.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
PACKAGE_NAME=moe.nb4a
2-
VERSION_NAME=1.2.2
3-
VERSION_CODE=26
2+
VERSION_NAME=1.2.3
3+
VERSION_CODE=27

0 commit comments

Comments
 (0)