back to -dev

This commit is contained in:
ItsLemmy
2025-11-09 16:56:58 -05:00
parent 0a07c96f5b
commit 689e96ea81
+1 -1
View File
@@ -9,7 +9,7 @@ Singleton {
// Public properties
property string baseVersion: "3.0.3"
property bool isDevelopment: false
property bool isDevelopment: true
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`