Back to -dev

This commit is contained in:
ItsLemmy
2025-11-12 21:42:55 -05:00
parent e1ce5a6b7c
commit 7bf3601a52
+1 -1
View File
@@ -9,7 +9,7 @@ Singleton {
// Public properties
property string baseVersion: "3.0.11"
property bool isDevelopment: false
property bool isDevelopment: true
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`