Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
Change archive to binary type for goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
yevgenypats committed Jul 2, 2019
1 parent 4165c37 commit 9281b7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ archives:
windows: Windows
386: i386
amd64: x86_64
format: binary
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down
2 changes: 1 addition & 1 deletion cmd/fuzzit/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 9281b7b

Please sign in to comment.