This commit is contained in:
ItsLemmy
2025-10-10 21:26:40 -04:00
parent bb68222eea
commit b3b5ec7f14
+1 -1
View File
@@ -8,7 +8,7 @@ Singleton {
id: root
// Public properties
property string baseVersion: "2.16.1"
property string baseVersion: "2.17.0"
property bool isDevelopment: true
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`