This commit is contained in:
LemmyCook 2025-09-16 23:29:02 -04:00
parent 292337dc00
commit 8204460112

View file

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