Rename command.VERSION to command.Version

This commit is contained in:
Dan Sosedoff
2018-12-13 22:35:43 -06:00
parent eeb5245cb9
commit 794e5a22c1
3 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,8 @@
package command
const VERSION = "0.10.0"
const (
Version = "0.10.0"
)
var (
GitCommit string