v2.13.0-dev

This commit is contained in:
LemmyCook
2025-09-21 21:31:38 -04:00
parent 3f1675b84a
commit f348eb993c
+1 -1
View File
@@ -9,7 +9,7 @@ Singleton {
// Public properties
property string baseVersion: "2.13.0"
property bool isDevelopment: false
property bool isDevelopment: true
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`