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 29, 2023
1 parent 601d7ec commit ebd5616
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 := "20230112"
buildDate := "20230129"
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.9
VERSION_CODE=170
VERSION_NAME=0.5.10
VERSION_CODE=171

0 comments on commit ebd5616

Please sign in to comment.