v2.9.2-dev

This commit is contained in:
LemmyCook 2025-09-15 13:19:12 -04:00
parent 8a17c047c9
commit 4edeedd5ad

View file

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