mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
chore: Version Bump
This commit is contained in:
parent
e1adc1ba49
commit
63e73f5f64
2 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,9 @@
|
|||
|
||||
2019-07-20 **v0.17.6-pre**
|
||||
* Significant refactor of runtime
|
||||
* Removed wailsbridge file - now a unified approach taken
|
||||
* Fixed React on Windows - Thanks [Florian Didran](https://github.com/fdidron)!
|
||||
|
||||
2019-06-18 **v0.16.0**
|
||||
* React template FTW! - Thanks [admin_3.exe](https://github.com/bh90210)!
|
||||
* Updated contributors
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
package cmd
|
||||
|
||||
// Version - Wails version
|
||||
const Version = "v0.17.5-pre"
|
||||
const Version = "v0.17.6-pre"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue