v2.14.4-dev

This commit is contained in:
ItsLemmy
2025-09-27 20:40:48 -04:00
parent 7e9f7f40ef
commit fbf80ab577
+1 -1
View File
@@ -9,7 +9,7 @@ Singleton {
// Public properties
property string baseVersion: "2.14.4"
property bool isDevelopment: false
property bool isDevelopment: true
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`