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

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
arm64v8a committed Dec 7, 2022
1 parent 3b9d5c2 commit 9543f9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libcore/date.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
var outdated string

func GetBuildTime() int64 {
buildDate := "20221115"
buildDate := "20221207"
buildTime, _ := time.Parse("20060102", buildDate)
return buildTime.Unix()
}
Expand Down
4 changes: 2 additions & 2 deletions sager.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PACKAGE_NAME=moe.matsuri.lite
VERSION_NAME=0.5.6
VERSION_CODE=167
VERSION_NAME=0.5.7
VERSION_CODE=168

0 comments on commit 9543f9d

Please sign in to comment.