Add git commit to version output

This commit is contained in:
2021-03-10 21:39:47 -06:00
parent 1a7b665376
commit 94cc596afa
3 changed files with 18 additions and 8 deletions

View File

@ -29,8 +29,9 @@ func init() {
RegisterCommand(NewCmdVersion())
}
var Version string = "0.1.0-pre"
var Version string
var BuildDate string
var GitCommit string
const lumercFile string = ".lumerc"