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 Jan 8, 2023
1 parent 1a17f37 commit 1ab3c01
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
Expand Up @@ -7,7 +7,7 @@ import (
var outdated string

func GetBuildTime() int64 {
buildDate := "20221217"
buildDate := "20230108"
buildTime, _ := time.Parse("20060102", buildDate)
return buildTime.Unix()
}
Expand Down
4 changes: 2 additions & 2 deletions sager.properties
@@ -1,3 +1,3 @@
PACKAGE_NAME=moe.matsuri.lite
VERSION_NAME=0.5.8
VERSION_CODE=169
VERSION_NAME=0.5.9
VERSION_CODE=170

0 comments on commit 1ab3c01

Please sign in to comment.