This commit is contained in:
ItsLemmy
2025-10-14 14:59:31 -04:00
parent 0f10660b29
commit bc58a8feaf
+2 -2
View File
@@ -8,8 +8,8 @@ Singleton {
id: root
// Public properties
property string baseVersion: "2.17.3"
property bool isDevelopment: true
property string baseVersion: "2.18.0"
property bool isDevelopment: false
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`