This commit is contained in:
ItsLemmy
2025-11-11 10:44:27 -05:00
parent 33350497de
commit 466a32a572

View File

@@ -8,8 +8,8 @@ Singleton {
id: root
// Public properties
property string baseVersion: "3.0.8"
property bool isDevelopment: true
property string baseVersion: "3.0.9"
property bool isDevelopment: false
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`