Skip to content

Commit be6d82f

Browse files
committed
1.0.3
1 parent dd64844 commit be6d82f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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 := 20230420
11+
buildDate := 20230421
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.0.2
3-
VERSION_CODE=12
2+
VERSION_NAME=1.0.3
3+
VERSION_CODE=13

0 commit comments

Comments
 (0)