Revert "Release v2.8.0"

This reverts commit 2de2908509.
This commit is contained in:
Ly-sec 2025-09-10 23:13:02 +02:00
parent 2de2908509
commit c2f6c39016
2 changed files with 11 additions and 2 deletions

View file

@ -8,8 +8,8 @@ Singleton {
id: root
// Public properties
property string baseVersion: "2.8.0"
property bool isDevelopment: false
property string baseVersion: "2.7.0"
property bool isDevelopment: true
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`