Set version to dev

This commit is contained in:
Ly-sec
2025-10-05 11:39:52 +02:00
parent e2917f3109
commit d0f065f88c
+1 -1
View File
@@ -9,7 +9,7 @@ Singleton {
// Public properties
property string baseVersion: "2.16.0"
property bool isDevelopment: false
property bool isDevelopment: true
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`