Set version to dev

This commit is contained in:
lysec
2025-10-11 20:13:10 +02:00
parent 26099bb8fb
commit ce5208fc7c
+1 -1
View File
@@ -9,7 +9,7 @@ Singleton {
// Public properties
property string baseVersion: "2.17.3"
property bool isDevelopment: false
property bool isDevelopment: true
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`