test commit

This commit is contained in:
Ly-sec 2025-09-10 23:14:39 +02:00
parent c2f6c39016
commit 0571ba7325

View file

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