Release v2.17.3

This commit is contained in:
lysec
2025-10-11 20:10:47 +02:00
parent a5341691c8
commit 26099bb8fb
+2 -2
View File
@@ -8,8 +8,8 @@ Singleton {
id: root
// Public properties
property string baseVersion: "2.17.2"
property bool isDevelopment: true
property string baseVersion: "2.17.3"
property bool isDevelopment: false
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`