v2.15.1-dev

This commit is contained in:
ItsLemmy
2025-10-03 22:32:34 -04:00
parent cd7ac2b243
commit 3302bfa08b
+1 -1
View File
@@ -8,7 +8,7 @@ Singleton {
id: root
// Public properties
property string baseVersion: "2.15.0"
property string baseVersion: "2.15.1"
property bool isDevelopment: true
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`