From 9543f9d3c5086ab3051e5d4e6baed51dc4d517ed Mon Sep 17 00:00:00 2001 From: arm64v8a <48624112+arm64v8a@users.noreply.github.com> Date: Wed, 7 Dec 2022 16:13:24 +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 287db9d0f..ec09e1a5e 100644 --- a/libcore/date.go +++ b/libcore/date.go @@ -7,7 +7,7 @@ import ( var outdated string func GetBuildTime() int64 { - buildDate := "20221115" + buildDate := "20221207" buildTime, _ := time.Parse("20060102", buildDate) return buildTime.Unix() } diff --git a/sager.properties b/sager.properties index 80094ab15..ad1e6f542 100644 --- a/sager.properties +++ b/sager.properties @@ -1,3 +1,3 @@ PACKAGE_NAME=moe.matsuri.lite -VERSION_NAME=0.5.6 -VERSION_CODE=167 +VERSION_NAME=0.5.7 +VERSION_CODE=168