Compare commits

...

2 Commits

Author SHA1 Message Date
Lea Anthony
2d29b626c7 chore: version bump 2019-06-26 19:50:22 +10:00
Lea Anthony
698145be1e Merge pull request #140 from wailsapp/139-go.mod-should-reflect-current-wails-version
feat: set wails version in go.mod
2019-06-26 19:48:35 +10:00

View File

@@ -1,4 +1,4 @@
package cmd
// Version - Wails version
const Version = "v0.16.3-pre"
const Version = "v0.16.4-pre"