This commit is contained in:
ItsLemmy
2025-09-25 21:57:39 -04:00
parent 012ae28dd9
commit e7f8a452b8
+2 -2
View File
@@ -8,8 +8,8 @@ Singleton {
id: root
// Public properties
property string baseVersion: "2.14.0"
property bool isDevelopment: true
property string baseVersion: "2.14.1"
property bool isDevelopment: false
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`