This commit is contained in:
LemmyCook
2025-09-16 22:48:57 -04:00
parent de6b7c6470
commit 166da9191e

View File

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