back to -git

This commit is contained in:
Lemmy
2026-01-03 15:34:06 -05:00
parent 646a6142b2
commit 9b8a5f10d1
+1 -1
View File
@@ -12,7 +12,7 @@ Singleton {
// Version properties
readonly property string baseVersion: "3.8.2"
readonly property bool isDevelopment: false
readonly property bool isDevelopment: true
readonly property string developmentSuffix: "-git"
readonly property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + developmentSuffix}`