Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
arm64v8a committed Sep 17, 2022
1 parent 4d6c326 commit f610685
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 := "20220827"
buildDate := "20220917"
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.4.2
VERSION_CODE=158
VERSION_NAME=0.4.3
VERSION_CODE=159

0 comments on commit f610685

Please sign in to comment.