Release v2.9.2

This commit is contained in:
Ly-sec 2025-09-15 14:52:09 +02:00
parent dbf1020636
commit 899595ec5c

View file

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