This commit is contained in:
ItsLemmy
2025-09-26 23:46:25 -04:00
parent e2f7012c5b
commit 83d82a825b
+2 -2
View File
@@ -8,8 +8,8 @@ Singleton {
id: root
// Public properties
property string baseVersion: "2.14.2"
property bool isDevelopment: true
property string baseVersion: "2.14.3"
property bool isDevelopment: false
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`