This commit is contained in:
Lea Anthony
2019-12-05 08:28:17 +11:00
parent bac823566c
commit 7051ffd425
2 changed files with 3 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
package cmd
// Version - Wails version
const Version = "v0.20.0-pre2"
const Version = "v0.20.0"

2
go.mod
View File

@@ -31,3 +31,5 @@ require (
gopkg.in/AlecAivazis/survey.v1 v1.8.4
gopkg.in/yaml.v3 v3.0.0-20190709130402-674ba3eaed22
)
go 1.13