v2.9.1-dev / git

This commit is contained in:
LemmyCook 2025-09-14 21:03:21 -04:00
parent 8872002225
commit 9e47d91be2

View file

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