Improve build

This commit is contained in:
世界
2022-08-12 22:58:28 +08:00
parent 340fce9f1c
commit 44fcfab9aa
13 changed files with 208 additions and 28 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
package constant
var (
Version = "nightly"
BuildTime = "unknown"
Version = "0.1.0"
Commit = ""
)