Release v2.20.0

This commit is contained in:
Ly-sec
2025-10-29 19:50:57 +01:00
parent d443d7dba3
commit 83910cc265
+2 -2
View File
@@ -8,8 +8,8 @@ Singleton {
id: root
// Public properties
property string baseVersion: "2.19.0"
property bool isDevelopment: true
property string baseVersion: "2.20.0"
property bool isDevelopment: false
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`