Set version to dev

This commit is contained in:
Ly-sec
2025-11-07 15:46:41 +01:00
parent 80cf659891
commit d1427b7d87
+1 -1
View File
@@ -9,7 +9,7 @@ Singleton {
// Public properties
property string baseVersion: "3.0.0"
property bool isDevelopment: false
property bool isDevelopment: true
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`