We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06531a9 commit e225043Copy full SHA for e225043
backend/main.go
@@ -24,6 +24,7 @@ var w webview.WebView
24
25
const (
26
Port = "4444"
27
+ Version = "0.1.0-alpha.1"
28
)
29
30
func main() {
0 commit comments