Skip to content

Commit b53f5ef

Browse files
committed
Release v3.3.0
1 parent a22a3c1 commit b53f5ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Services/Noctalia/UpdateService.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Singleton {
1111
id: root
1212

1313
// Version properties
14-
readonly property string baseVersion: "3.2.0"
15-
readonly property bool isDevelopment: true
14+
readonly property string baseVersion: "3.3.0"
15+
readonly property bool isDevelopment: false
1616
readonly property string developmentSuffix: "-git"
1717
readonly property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + developmentSuffix}`
1818

0 commit comments

Comments
 (0)