Set version to git

This commit is contained in:
Ly-sec
2025-11-23 22:35:53 +01:00
parent b53f5ef504
commit bd2507d9f8
+1 -1
View File
@@ -12,7 +12,7 @@ Singleton {
// Version properties
readonly property string baseVersion: "3.3.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}`