Back to -git

This commit is contained in:
Ly-sec
2025-12-09 16:06:05 +01:00
parent 9664e5929c
commit a0aa7e3f1d
+1 -1
View File
@@ -12,7 +12,7 @@ Singleton {
// Version properties
readonly property string baseVersion: "3.6.1"
readonly property bool isDevelopment: false
readonly property bool isDevelopment: true
readonly property string developmentSuffix: "-git"
readonly property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + developmentSuffix}`