Skip to content

Commit

Permalink
1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
arm64v8a committed Jul 26, 2023
1 parent fd9bd09 commit 1a7d078
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libcore/date.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
Expand Down
4 changes: 2 additions & 2 deletions nb4a.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PACKAGE_NAME=moe.nb4a
VERSION_NAME=1.1.7
VERSION_CODE=23
VERSION_NAME=1.1.8
VERSION_CODE=24

0 comments on commit 1a7d078

Please sign in to comment.