Back to -dev

This commit is contained in:
ItsLemmy
2025-11-09 21:02:58 -05:00
parent ba00da67c5
commit b7f071d31e
+1 -1
View File
@@ -9,7 +9,7 @@ Singleton {
// Public properties
property string baseVersion: "3.0.5"
property bool isDevelopment: false
property bool isDevelopment: true
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`