Back to -dev

This commit is contained in:
ItsLemmy
2025-11-07 17:06:14 -05:00
parent 363c639122
commit cece0dd8df
+1 -1
View File
@@ -9,7 +9,7 @@ Singleton {
// Public properties
property string baseVersion: "3.0.1"
property bool isDevelopment: false
property bool isDevelopment: true
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`