Back to -dev

This commit is contained in:
ItsLemmy
2025-11-15 21:05:43 -05:00
parent f520466063
commit b120af43fe
+1 -1
View File
@@ -9,7 +9,7 @@ Singleton {
// Public properties
property string baseVersion: "3.1.1"
property bool isDevelopment: false
property bool isDevelopment: true
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`