2.12.0-dev

This commit is contained in:
LemmyCook
2025-09-18 22:09:38 -04:00
parent 2d290bf5f7
commit 88ece93db2
+1 -1
View File
@@ -9,7 +9,7 @@ Singleton {
// Public properties
property string baseVersion: "2.12.0"
property bool isDevelopment: false
property bool isDevelopment: true
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`