diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 3ecead2..09b3634 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -13,8 +13,8 @@ before: - go mod tidy builds: - - env: - - CGO_ENABLED=0 + - hooks: + pre: make build goos: - linux - darwin diff --git a/version/version.go b/version/version.go index 5afb316..83ec0e3 100644 --- a/version/version.go +++ b/version/version.go @@ -4,7 +4,7 @@ import ( "fmt" ) -const Version = "1.0.2" +const Version = "1.0.3" // Set at build time var (