diff --git a/.goreleaser.yml b/.goreleaser.yml index 2695d5a..8d54f71 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -22,6 +22,7 @@ archives: windows: Windows 386: i386 amd64: x86_64 + format: binary checksum: name_template: 'checksums.txt' snapshot: diff --git a/cmd/fuzzit/main.go b/cmd/fuzzit/main.go index f78c70d..892bdb5 100755 --- a/cmd/fuzzit/main.go +++ b/cmd/fuzzit/main.go @@ -49,7 +49,7 @@ func main() { app.EnableBashCompletion = true app.Name = "Fuzzit" app.Usage = "Continuous fuzzing made simple" - app.Version = "1.2.3" + app.Version = "1.2.4" app.Compiled = time.Now() app.Authors = []cli.Author{ cli.Author{