This commit is contained in:
LemmyCook
2025-09-21 21:25:39 -04:00
parent 3aac552c44
commit 3f1675b84a
+2 -2
View File
@@ -8,8 +8,8 @@ Singleton {
id: root
// Public properties
property string baseVersion: "2.12.1"
property bool isDevelopment: true
property string baseVersion: "2.13.0"
property bool isDevelopment: false
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`