We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aac552 commit 3f1675bCopy full SHA for 3f1675b
Services/UpdateService.qml
@@ -8,8 +8,8 @@ Singleton {
8
id: root
9
10
// Public properties
11
- property string baseVersion: "2.12.1"
12
- property bool isDevelopment: true
+ property string baseVersion: "2.13.0"
+ property bool isDevelopment: false
13
14
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`
15
0 commit comments