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 77f054c commit 97553d7Copy full SHA for 97553d7
1 file changed
Services/Noctalia/UpdateService.qml
@@ -11,8 +11,8 @@ Singleton {
11
id: root
12
13
// Version properties
14
- readonly property string baseVersion: "4.7.2"
15
- readonly property bool isDevelopment: false
+ readonly property string baseVersion: "4.7.3"
+ readonly property bool isDevelopment: true
16
readonly property string developmentSuffix: "-git"
17
readonly property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + developmentSuffix}`
18
0 commit comments