Skip to content

Commit 3f1675b

Browse files
committed
v2.13.0
1 parent 3aac552 commit 3f1675b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Services/UpdateService.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Singleton {
88
id: root
99

1010
// Public properties
11-
property string baseVersion: "2.12.1"
12-
property bool isDevelopment: true
11+
property string baseVersion: "2.13.0"
12+
property bool isDevelopment: false
1313

1414
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`
1515

0 commit comments

Comments
 (0)