This commit is contained in:
ItsLemmy
2025-11-10 20:18:12 -05:00
parent 16a396cc99
commit 5b34a0e025

View File

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