From ebd56160680c468c0cd47cba2aec7192f8ca5f7c Mon Sep 17 00:00:00 2001 From: arm64v8a <48624112+arm64v8a@users.noreply.github.com> Date: Sun, 29 Jan 2023 20:14:40 +0900 Subject: [PATCH] update version --- libcore/date.go | 2 +- sager.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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