Back to -git

This commit is contained in:
Ly-sec
2026-01-03 16:48:10 +01:00
parent fc959efde6
commit 83c08965f3
+1 -1
View File
@@ -12,7 +12,7 @@ Singleton {
// Version properties
readonly property string baseVersion: "3.8.0"
readonly property bool isDevelopment: false
readonly property bool isDevelopment: true
readonly property string developmentSuffix: "-git"
readonly property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + developmentSuffix}`