Compare commits

..

2 Commits

Author SHA1 Message Date
Lea Anthony
65a2560153 chore: bump version 2019-07-13 22:30:32 +10:00
Lea Anthony
29535c10a3 Merge pull request #157 from wailsapp/runtime-refactor
Runtime refactor
2019-07-13 22:27:36 +10:00
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@@ -16,4 +16,4 @@ examples/**/example*
cmd/wails/wails
.DS_Store
tmp
node_modules
node_modules/

View File

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