Rename command.VERSION to command.Version
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package command
|
||||
|
||||
const VERSION = "0.10.0"
|
||||
const (
|
||||
Version = "0.10.0"
|
||||
)
|
||||
|
||||
var (
|
||||
GitCommit string
|
||||
|
||||
Reference in New Issue
Block a user