v2.11.0-dev

This commit is contained in:
LemmyCook
2025-09-16 23:30:04 -04:00
parent 8204460112
commit 46b8317330
+1 -1
View File
@@ -9,7 +9,7 @@ Singleton {
// Public properties
property string baseVersion: "2.11.0"
property bool isDevelopment: false
property bool isDevelopment: true
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`