Set version to dev

This commit is contained in:
lysec
2025-10-06 21:27:55 +02:00
parent 0c8f4500a9
commit fcba1cc3c6
+1 -1
View File
@@ -9,7 +9,7 @@ Singleton {
// Public properties
property string baseVersion: "2.16.1"
property bool isDevelopment: false
property bool isDevelopment: true
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`