This commit is contained in:
ItsLemmy
2025-11-15 21:04:12 -05:00
parent ead2b82680
commit f520466063
+1 -1
View File
@@ -8,7 +8,7 @@ Singleton {
id: root
// Public properties
property string baseVersion: "3.1.0"
property string baseVersion: "3.1.1"
property bool isDevelopment: false
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`