Skip to content

Commit fa57469

Browse files
committed
1.2.5
1 parent 9d435b5 commit fa57469

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 := 20230913
11+
buildDate := 20230926
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.4
3-
VERSION_CODE=28
2+
VERSION_NAME=1.2.5
3+
VERSION_CODE=29

0 commit comments

Comments
 (0)