Release v2.16.0

This commit is contained in:
Ly-sec
2025-10-05 11:34:23 +02:00
parent 9f82ccbdbf
commit e2917f3109
+2 -2
View File
@@ -8,8 +8,8 @@ Singleton {
id: root
// Public properties
property string baseVersion: "2.15.1"
property bool isDevelopment: true
property string baseVersion: "2.16.0"
property bool isDevelopment: false
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`