We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fd037e commit b9d65b6Copy full SHA for b9d65b6
backend/app/app.go
@@ -16,7 +16,8 @@ import (
16
)
17
18
// Define version constant
19
-const Version = "1.2.6"
+// This is a placeholder. The actual version is set during CI/CD build.
20
+const Version = "0.0.0-dev"
21
22
// var wailsContext *context.Context
23
wails.json
@@ -7,7 +7,7 @@
7
"frontend:dev:watcher": "npm run dev",
8
"frontend:dev:serverUrl": "http://localhost:33204",
9
"info": {
10
- "productVersion": "1.2.6",
+ "productVersion": "0.0.0-dev",
11
"copyright": "Copyright © 2024 DaCapo Aues6uen11Z",
12
"comments": "A graphical script manager driven by configuration files"
13
}
0 commit comments