Set version to dev

This commit is contained in:
lysec
2025-10-11 04:24:48 +02:00
parent e86f4e56cb
commit 02f4fa8557
+1 -1
View File
@@ -9,7 +9,7 @@ Singleton {
// Public properties
property string baseVersion: "2.17.2"
property bool isDevelopment: false
property bool isDevelopment: true
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`