Feature: add version command (#148)

This commit is contained in:
beyondkmp
2019-03-23 19:24:26 +08:00
committed by Dreamacro
parent f99da37168
commit bb267e4a1f
3 changed files with 22 additions and 3 deletions

6
constant/version.go Normal file
View File

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