Set version to dev

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