diff --git a/.goreleaser.yml b/.goreleaser.yml index d644cf64b..a5769985b 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,8 +1,6 @@ # This is an example goreleaser.yaml file with some sane defaults. # Make sure to check the documentation at http://goreleaser.com -before: - hooks: - - ./scripts/updateversion.sh + builds: - env: - CGO_ENABLED=0 diff --git a/cmd/version.go b/cmd/version.go index 8eb34c3a8..e076e8e25 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -1,4 +1,4 @@ package cmd // Version - Wails version -const Version = "v0.11.2" +const Version = "v0.11.3"