Set version to dev

This commit is contained in:
Ly-sec
2025-10-01 15:54:54 +02:00
parent 8c9396f325
commit 74270e9478
+1 -1
View File
@@ -9,7 +9,7 @@ Singleton {
// Public properties
property string baseVersion: "2.15.0"
property bool isDevelopment: false
property bool isDevelopment: true
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`