This commit is contained in:
ItsLemmy
2025-10-31 17:19:59 -04:00
parent 82c6578a9f
commit 53d885a8ae
+2 -2
View File
@@ -8,8 +8,8 @@ Singleton {
id: root
// Public properties
property string baseVersion: "2.21.0"
property bool isDevelopment: true
property string baseVersion: "2.21.1"
property bool isDevelopment: false
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`