This commit is contained in:
ItsLemmy
2025-10-10 21:29:26 -04:00
parent bffbd0730d
commit 32c929c943
+1 -1
View File
@@ -9,7 +9,7 @@ Singleton {
// Public properties
property string baseVersion: "2.17.1"
property bool isDevelopment: false
property bool isDevelopment: true
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`