mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-04 02:51:56 +08:00
6 lines
102 B
Go
6 lines
102 B
Go
package cmd
|
|
|
|
// Version - Wails version
|
|
// ...oO(There must be a better way)
|
|
const Version = "v0.8.0"
|