fix CLI version command
This commit is contained in:
parent
b19d9de0bf
commit
806ddeba3d
2 changed files with 4 additions and 1 deletions
|
@ -6,6 +6,9 @@ builds:
|
|||
- darwin
|
||||
- linux
|
||||
- windows
|
||||
archive:
|
||||
files:
|
||||
- none*
|
||||
checksum:
|
||||
name_template: 'checksums.txt'
|
||||
changelog:
|
||||
|
|
|
@ -22,13 +22,13 @@ import (
|
|||
const (
|
||||
sourceFileExt = ".tengo"
|
||||
replPrompt = ">> "
|
||||
version = "dev"
|
||||
)
|
||||
|
||||
var (
|
||||
compileOutput string
|
||||
showHelp bool
|
||||
showVersion bool
|
||||
version = "dev"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
|
Loading…
Reference in a new issue