2.12.1-dev

This commit is contained in:
LemmyCook
2025-09-18 23:42:34 -04:00
parent 878115db59
commit 978405bd85
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ Singleton {
id: root
// Public properties
property string baseVersion: "2.12.0"
property string baseVersion: "2.12.1"
property bool isDevelopment: true
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`