Release v2.12.0

This commit is contained in:
LemmyCook
2025-09-18 22:06:05 -04:00
parent 891c8660e3
commit 2d290bf5f7
+2 -2
View File
@@ -8,8 +8,8 @@ Singleton {
id: root
// Public properties
property string baseVersion: "2.11.0"
property bool isDevelopment: true
property string baseVersion: "2.12.0"
property bool isDevelopment: false
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`