diff --git a/cmd/version.go b/cmd/version.go index fdb1a77d..d3aab557 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -1,4 +1,4 @@ package cmd // Version - Wails version -const Version = "v0.20.0-pre2" +const Version = "v0.20.0" diff --git a/go.mod b/go.mod index 435d02d3..bbf0f148 100644 --- a/go.mod +++ b/go.mod @@ -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