diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 6f69696..760950d 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,7 +1,5 @@ # Make sure to check the documentation at http://goreleaser.com before: - hooks: - - make version builds: - env: - CGO_ENABLED=0 diff --git a/version.go b/version.go index 7efd91d..907c1ad 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package main -const VERSION = "v0.1.3" +const VERSION = "v0.1.4"