Skip to content

Commit b9d65b6

Browse files
committed
chore: use placeholder version in source code
1 parent 2fd037e commit b9d65b6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

backend/app/app.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ import (
1616
)
1717

1818
// Define version constant
19-
const Version = "1.2.6"
19+
// This is a placeholder. The actual version is set during CI/CD build.
20+
const Version = "0.0.0-dev"
2021

2122
// var wailsContext *context.Context
2223

wails.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"frontend:dev:watcher": "npm run dev",
88
"frontend:dev:serverUrl": "http://localhost:33204",
99
"info": {
10-
"productVersion": "1.2.6",
10+
"productVersion": "0.0.0-dev",
1111
"copyright": "Copyright © 2024 DaCapo Aues6uen11Z",
1212
"comments": "A graphical script manager driven by configuration files"
1313
}

0 commit comments

Comments
 (0)