Back to -dev version

This commit is contained in:
ItsLemmy
2025-11-11 10:45:39 -05:00
parent 466a32a572
commit 093b32803b
+1 -1
View File
@@ -9,7 +9,7 @@ Singleton {
// Public properties
property string baseVersion: "3.0.9"
property bool isDevelopment: false
property bool isDevelopment: true
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`