switch to dev version

This commit is contained in:
Ly-sec 2025-09-08 12:33:17 +02:00
parent 983e3c5cbe
commit 66a4618d09

View file

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