Compare commits

...

1 Commits

Author SHA1 Message Date
Lea Anthony 7051ffd425 v0.20.0 2019-12-05 08:28:17 +11:00
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
package cmd
// Version - Wails version
const Version = "v0.20.0-pre2"
const Version = "v0.20.0"
+2
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