Skip to content

Commit

Permalink
fix CLI version command
Browse files Browse the repository at this point in the history
  • Loading branch information
d5 committed Jan 30, 2019
1 parent b19d9de commit 806ddeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ builds:
- darwin
- linux
- windows
archive:
files:
- none*
checksum:
name_template: 'checksums.txt'
changelog:
Expand Down
2 changes: 1 addition & 1 deletion cmd/tengo/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ import (
const (
sourceFileExt = ".tengo"
replPrompt = ">> "
version = "dev"
)

var (
compileOutput string
showHelp bool
showVersion bool
version = "dev"
)

func init() {
Expand Down

0 comments on commit 806ddeb

Please sign in to comment.