v2.14.1-dev

This commit is contained in:
ItsLemmy
2025-09-25 21:58:33 -04:00
parent e7f8a452b8
commit c1386c491e
+1 -1
View File
@@ -9,7 +9,7 @@ Singleton {
// Public properties
property string baseVersion: "2.14.1"
property bool isDevelopment: false
property bool isDevelopment: true
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`