chore(version): bumping to v4.7.6-git

This commit is contained in:
Lemmy
2026-04-02 18:31:20 -04:00
parent 8b0c7c2880
commit bcbbafda1e
+2 -2
View File
@@ -11,8 +11,8 @@ Singleton {
id: root
// Version properties
readonly property string baseVersion: "4.7.5"
readonly property bool isDevelopment: false
readonly property string baseVersion: "4.7.6"
readonly property bool isDevelopment: true
readonly property string developmentSuffix: "-git"
readonly property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + developmentSuffix}`