This commit is contained in:
ItsLemmy
2025-10-17 11:43:38 -04:00
parent bda54677e1
commit 6af7753f50
+2 -2
View File
@@ -8,8 +8,8 @@ Singleton {
id: root
// Public properties
property string baseVersion: "2.18.1"
property bool isDevelopment: true
property string baseVersion: "2.18.2"
property bool isDevelopment: false
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`