This commit is contained in:
ItsLemmy
2025-11-09 18:46:50 -05:00
parent b2a4a25488
commit 889a587541
+2 -2
View File
@@ -8,8 +8,8 @@ Singleton {
id: root
// Public properties
property string baseVersion: "3.0.3"
property bool isDevelopment: true
property string baseVersion: "3.0.4"
property bool isDevelopment: false
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`