Improve build

This commit is contained in:
世界
2022-08-12 18:51:58 +08:00
parent 340fce9f1c
commit 0ca7d15955
6 changed files with 87 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
package constant
var (
Version = "nightly"
BuildTime = "unknown"
Version = "20220812"
Commit = ""
)