2.10.0-dev

This commit is contained in:
LemmyCook 2025-09-16 23:10:12 -04:00
parent 166da9191e
commit 7acca17b83
2 changed files with 2 additions and 2 deletions

View file

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