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 90e0760 commit 77f054cCopy full SHA for 77f054c
1 file changed
Services/Noctalia/UpdateService.qml
@@ -12,7 +12,7 @@ Singleton {
12
13
// Version properties
14
readonly property string baseVersion: "4.7.2"
15
- readonly property bool isDevelopment: true
+ 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