From 24a4e1617c802ad5fe70b6ac3773f0ecafdfe7f8 Mon Sep 17 00:00:00 2001 From: arm64v8a <48624112+arm64v8a@users.noreply.github.com> Date: Thu, 6 Apr 2023 08:18:25 +0900 Subject: [PATCH] update version --- 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 3d7f401e..1eb23abf 100644 --- a/libcore/date.go +++ b/libcore/date.go @@ -8,7 +8,7 @@ import ( var outdated string func GetBuildTime() int64 { - buildDate := 20230403 + buildDate := 20230406 buildTime, _ := time.Parse("20060102", strconv.Itoa(buildDate)) return buildTime.Unix() } diff --git a/nb4a.properties b/nb4a.properties index 15ff3153..69ba1f07 100644 --- a/nb4a.properties +++ b/nb4a.properties @@ -1,3 +1,3 @@ PACKAGE_NAME=moe.nb4a -VERSION_NAME=1.0.0 -VERSION_CODE=10 +VERSION_NAME=1.0.1 +VERSION_CODE=11