Bump dev version

This commit is contained in:
LemmyCook
2025-09-05 14:41:04 -04:00
parent 125d844e3b
commit b69d6f57d4
+1 -1
View File
@@ -8,7 +8,7 @@ Singleton {
id: root
// Public properties
property string baseVersion: "2.5.0"
property string baseVersion: "2.5.1"
property bool isDevelopment: true
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`