diff --git a/libcore/date.go b/libcore/date.go index b17974d7c..2db8324bf 100644 --- a/libcore/date.go +++ b/libcore/date.go @@ -7,7 +7,7 @@ import ( var outdated string func GetBuildTime() int64 { - buildDate := "20230112" + buildDate := "20230129" buildTime, _ := time.Parse("20060102", buildDate) return buildTime.Unix() } diff --git a/sager.properties b/sager.properties index d6350baf5..864f3ae91 100644 --- a/sager.properties +++ b/sager.properties @@ -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