Skip to content

Commit e225043

Browse files
committed
🔖 Release v0.1.0-alpha.1
That `Variable` const is not used anywhere yet, but will.
1 parent 06531a9 commit e225043

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/main.go

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ var w webview.WebView
2424

2525
const (
2626
Port = "4444"
27+
Version = "0.1.0-alpha.1"
2728
)
2829

2930
func main() {

0 commit comments

Comments
 (0)