Release v2.15.0

This commit is contained in:
Ly-sec
2025-10-01 15:51:51 +02:00
parent afccf048e7
commit 8c9396f325

View File

@@ -8,8 +8,8 @@ Singleton {
id: root
// Public properties
property string baseVersion: "2.14.4"
property bool isDevelopment: true
property string baseVersion: "2.15.0"
property bool isDevelopment: false
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`