Release v3.0.6

This commit is contained in:
Ly-sec
2025-11-10 19:23:01 +01:00
parent 2983cc9361
commit 4a86f7b37b
+2 -2
View File
@@ -8,8 +8,8 @@ Singleton {
id: root
// Public properties
property string baseVersion: "3.0.5"
property bool isDevelopment: true
property string baseVersion: "3.0.6"
property bool isDevelopment: false
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`