UpdaterService: set dev version

This commit is contained in:
Ly-sec
2025-09-25 17:41:34 +02:00
parent 619420349c
commit 2a496a7831
+1 -1
View File
@@ -9,7 +9,7 @@ Singleton {
// Public properties
property string baseVersion: "2.14.0"
property bool isDevelopment: false
property bool isDevelopment: true
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`