This commit is contained in:
ItsLemmy
2025-11-12 21:41:58 -05:00
parent 632280a470
commit e1ce5a6b7c
+2 -2
View File
@@ -8,8 +8,8 @@ Singleton {
id: root
// Public properties
property string baseVersion: "3.0.10"
property bool isDevelopment: true
property string baseVersion: "3.0.11"
property bool isDevelopment: false
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`