mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 22:13:36 +08:00
7 lines
78 B
Go
7 lines
78 B
Go
package internal
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed version.txt
|
|
var Version string
|