update version output

This commit is contained in:
Jason
2019-08-14 22:52:58 +08:00
parent f04d90177c
commit 9202b8f53b
3 changed files with 10 additions and 6 deletions

View File

@@ -1,6 +1,5 @@
package constant
var (
Version = "unknown version"
BuildTime = "unknown time"
Version = "version-build-tag"
)