Improve build

This commit is contained in:
世界
2022-08-12 22:53:46 +08:00
parent 86bfe052ac
commit c1dad92914
13 changed files with 210 additions and 30 deletions

View File

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