From 334cdb0c6d4c8d7fa8f1cf42b402e27eefff85bc Mon Sep 17 00:00:00 2001 From: arm64v8a <48624112+arm64v8a@users.noreply.github.com> Date: Mon, 28 Aug 2023 17:58:06 +0900 Subject: [PATCH] 1.2.3 --- libcore/date.go | 2 +- nb4a.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libcore/date.go b/libcore/date.go index e4fe9cb6..c275e091 100644 --- a/libcore/date.go +++ b/libcore/date.go @@ -8,7 +8,7 @@ import ( var outdated string func GetBuildTime() int64 { - buildDate := 20230817 + buildDate := 20230828 buildTime, _ := time.Parse("20060102", strconv.Itoa(buildDate)) return buildTime.Unix() } diff --git a/nb4a.properties b/nb4a.properties index 676ee7ce..515e4d3a 100644 --- a/nb4a.properties +++ b/nb4a.properties @@ -1,3 +1,3 @@ PACKAGE_NAME=moe.nb4a -VERSION_NAME=1.2.2 -VERSION_CODE=26 +VERSION_NAME=1.2.3 +VERSION_CODE=27