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 a22a3c1 commit b53f5efCopy full SHA for b53f5ef
Services/Noctalia/UpdateService.qml
@@ -11,8 +11,8 @@ Singleton {
11
id: root
12
13
// Version properties
14
- readonly property string baseVersion: "3.2.0"
15
- readonly property bool isDevelopment: true
+ readonly property string baseVersion: "3.3.0"
+ readonly property bool isDevelopment: false
16
readonly property string developmentSuffix: "-git"
17
readonly property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + developmentSuffix}`
18
0 commit comments