set version to dev

This commit is contained in:
Ly-sec
2025-09-14 22:09:38 +02:00
parent a0a3a58668
commit 1f3725faf8
+1 -1
View File
@@ -9,7 +9,7 @@ Singleton {
// Public properties
property string baseVersion: "2.9.0"
property bool isDevelopment: false
property bool isDevelopment: true
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`