Release: v3.7.0

This commit is contained in:
Ly-sec
2025-12-16 21:17:52 +01:00
parent e437939407
commit ffedab8c67
+2 -2
View File
@@ -11,8 +11,8 @@ Singleton {
id: root
// Version properties
readonly property string baseVersion: "3.6.2"
readonly property bool isDevelopment: true
readonly property string baseVersion: "3.7.0"
readonly property bool isDevelopment: false
readonly property string developmentSuffix: "-git"
readonly property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + developmentSuffix}`