This commit is contained in:
ItsLemmy
2025-11-11 21:03:13 -05:00
parent b3aa1b03ad
commit a1ffa4c7e2
+2 -2
View File
@@ -8,8 +8,8 @@ Singleton {
id: root
// Public properties
property string baseVersion: "3.0.9"
property bool isDevelopment: true
property string baseVersion: "3.0.10"
property bool isDevelopment: false
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`