fix CLI version command

This commit is contained in:
Daniel Kang 2019-01-30 01:31:41 -08:00
parent b19d9de0bf
commit 806ddeba3d
2 changed files with 4 additions and 1 deletions

View file

@ -6,6 +6,9 @@ builds:
- darwin
- linux
- windows
archive:
files:
- none*
checksum:
name_template: 'checksums.txt'
changelog:

View file

@ -22,13 +22,13 @@ import (
const (
sourceFileExt = ".tengo"
replPrompt = ">> "
version = "dev"
)
var (
compileOutput string
showHelp bool
showVersion bool
version = "dev"
)
func init() {