From fa5746958332e2f329e1cc3c8e7f7f15ef0b4ce1 Mon Sep 17 00:00:00 2001 From: arm64v8a <48624112+arm64v8a@users.noreply.github.com> Date: Tue, 26 Sep 2023 11:24:37 +0900 Subject: [PATCH] 1.2.5 --- 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 b823a1c6..d9841265 100644 --- a/libcore/date.go +++ b/libcore/date.go @@ -8,7 +8,7 @@ import ( var outdated string func GetBuildTime() int64 { - buildDate := 20230913 + buildDate := 20230926 buildTime, _ := time.Parse("20060102", strconv.Itoa(buildDate)) return buildTime.Unix() } diff --git a/nb4a.properties b/nb4a.properties index ad6f7729..8d260575 100644 --- a/nb4a.properties +++ b/nb4a.properties @@ -1,3 +1,3 @@ PACKAGE_NAME=moe.nb4a -VERSION_NAME=1.2.4 -VERSION_CODE=28 +VERSION_NAME=1.2.5 +VERSION_CODE=29