From 1ab3c013ed3a63e31e48cd86751f0e7038f6f466 Mon Sep 17 00:00:00 2001 From: arm64v8a <48624112+arm64v8a@users.noreply.github.com> Date: Sun, 8 Jan 2023 17:55:52 +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 e91ad62b6..0b05c711a 100644 --- a/libcore/date.go +++ b/libcore/date.go @@ -7,7 +7,7 @@ import ( var outdated string func GetBuildTime() int64 { - buildDate := "20221217" + buildDate := "20230108" buildTime, _ := time.Parse("20060102", buildDate) return buildTime.Unix() } diff --git a/sager.properties b/sager.properties index c0c40b10c..d6350baf5 100644 --- a/sager.properties +++ b/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