Release 2.9.1

This commit is contained in:
LemmyCook 2025-09-14 21:01:14 -04:00
parent 519a85b251
commit 8872002225

View file

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