mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 15:11:53 +08:00
release 0.11.3
This commit is contained in:
parent
760e109aab
commit
855032ed1e
@ -1,8 +1,6 @@
|
|||||||
# This is an example goreleaser.yaml file with some sane defaults.
|
# This is an example goreleaser.yaml file with some sane defaults.
|
||||||
# Make sure to check the documentation at http://goreleaser.com
|
# Make sure to check the documentation at http://goreleaser.com
|
||||||
before:
|
|
||||||
hooks:
|
|
||||||
- ./scripts/updateversion.sh
|
|
||||||
builds:
|
builds:
|
||||||
- env:
|
- env:
|
||||||
- CGO_ENABLED=0
|
- CGO_ENABLED=0
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package cmd
|
package cmd
|
||||||
|
|
||||||
// Version - Wails version
|
// Version - Wails version
|
||||||
const Version = "v0.11.2"
|
const Version = "v0.11.3"
|
||||||
|
Loading…
Reference in New Issue
Block a user