diff --git a/.goreleaser.yml b/.goreleaser.yml index 57abb89..283c13c 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -6,6 +6,9 @@ builds: - darwin - linux - windows +archive: + files: + - none* checksum: name_template: 'checksums.txt' changelog: diff --git a/cmd/tengo/main.go b/cmd/tengo/main.go index 1132a0e..f9d19b5 100644 --- a/cmd/tengo/main.go +++ b/cmd/tengo/main.go @@ -22,13 +22,13 @@ import ( const ( sourceFileExt = ".tengo" replPrompt = ">> " - version = "dev" ) var ( compileOutput string showHelp bool showVersion bool + version = "dev" ) func init() {