diff --git a/libcore/date.go b/libcore/date.go index 8b50957..505f6e4 100644 --- a/libcore/date.go +++ b/libcore/date.go @@ -8,7 +8,7 @@ import ( var outdated string func GetBuildTime() int64 { - buildDate := 20230719 + buildDate := 20230726 buildTime, _ := time.Parse("20060102", strconv.Itoa(buildDate)) return buildTime.Unix() } diff --git a/nb4a.properties b/nb4a.properties index 4a58a63..b9efb44 100644 --- a/nb4a.properties +++ b/nb4a.properties @@ -1,3 +1,3 @@ PACKAGE_NAME=moe.nb4a -VERSION_NAME=1.1.7 -VERSION_CODE=23 +VERSION_NAME=1.1.8 +VERSION_CODE=24