switch to dev version

This commit is contained in:
Ly-sec 2025-09-06 14:20:31 +02:00
parent 0e53ce3ac0
commit 3d9ef8c2ed

View file

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