Release v2.19.0

This commit is contained in:
lysec
2025-10-21 20:35:41 +02:00
parent c9bbaf4c91
commit b7688b2243
+2 -2
View File
@@ -8,8 +8,8 @@ Singleton {
id: root
// Public properties
property string baseVersion: "2.18.2"
property bool isDevelopment: true
property string baseVersion: "2.19.0"
property bool isDevelopment: false
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`