Set version to dev

This commit is contained in:
Ly-sec 2025-09-10 23:28:23 +02:00
parent 6e5efc3244
commit 5b4c57eae2

View file

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