Skip to content

Commit

Permalink
Fix goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
peteraba committed Jun 14, 2020
1 parent 97d5825 commit bc6aa2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ builds:
- 386
- amd64
- arm
- arm64
- goarm:
- 6
- 7
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"sync"
)

const version = "0.4.3"
const version = "0.4.4"

func getFlags() (bool, int, bool, string, string, bool) {
var (
Expand Down

0 comments on commit bc6aa2f

Please sign in to comment.