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
// Public properties
property string baseVersion: "2.9.1"
property bool isDevelopment: true
property string baseVersion: "2.9.2"
property bool isDevelopment: false
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`