Bump version to v0.18.9-pre

This commit is contained in:
Lea Anthony
2019-10-25 12:05:51 +11:00
parent 50a0bc7701
commit 0819207e33
2 changed files with 2 additions and 3 deletions

View File

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

View File

@@ -1,6 +1,5 @@
// Package wails implements Go bindings to https://github.com/zserge/webview C library.
// Package webview implements Go bindings to https://github.com/zserge/webview C library.
// It is a modified version of webview.go from that repository
// Bindings closely repeat the C APIs and include both, a simplified
// single-function API to just open a full-screen webview window, and a more
// advanced and featureful set of APIs, including Go-to-JavaScript bindings.