mirror of
https://github.com/taigrr/wails.git
synced 2026-04-01 20:58:54 -07:00
release 0.11.3
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package cmd
|
||||
|
||||
// Version - Wails version
|
||||
const Version = "v0.11.2"
|
||||
const Version = "v0.11.3"
|
||||
|
||||
Reference in New Issue
Block a user