Skip to content
This repository was archived by the owner on Sep 24, 2023. It is now read-only.

Commit ebd5616

Browse files
committed
update version
1 parent 601d7ec commit ebd5616

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
@@ -7,7 +7,7 @@ import (
77
var outdated string
88

99
func GetBuildTime() int64 {
10-
buildDate := "20230112"
10+
buildDate := "20230129"
1111
buildTime, _ := time.Parse("20060102", buildDate)
1212
return buildTime.Unix()
1313
}

sager.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
PACKAGE_NAME=moe.matsuri.lite
2-
VERSION_NAME=0.5.9
3-
VERSION_CODE=170
2+
VERSION_NAME=0.5.10
3+
VERSION_CODE=171

0 commit comments

Comments
 (0)