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 c10a1e1 commit c9444a5Copy full SHA for c9444a5
1 file changed
Services/Noctalia/UpdateService.qml
@@ -12,7 +12,7 @@ Singleton {
12
13
// Version properties
14
readonly property string baseVersion: "4.3.3"
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