This commit is contained in:
ItsLemmy
2025-09-27 20:40:15 -04:00
parent 92460fc5c3
commit 7e9f7f40ef
+2 -2
View File
@@ -8,8 +8,8 @@ Singleton {
id: root
// Public properties
property string baseVersion: "2.14.3"
property bool isDevelopment: true
property string baseVersion: "2.14.4"
property bool isDevelopment: false
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`