Update service

This commit is contained in:
ItsLemmy
2025-09-26 23:18:35 -04:00
parent e8e96a9f68
commit 96d3051151
+1 -1
View File
@@ -8,7 +8,7 @@ Singleton {
id: root
// Public properties
property string baseVersion: "2.14.1"
property string baseVersion: "2.14.2"
property bool isDevelopment: true
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`