diff --git a/set-version.sh b/set-version.sh index 652877f3..383c7be0 100755 --- a/set-version.sh +++ b/set-version.sh @@ -14,3 +14,4 @@ sed -i "s/^set (VERSION .*)/set (VERSION ${MAJOR}.${MINOR}.${REVISION})/" CMakeL sed -i "s/^!define VERSION .*/!define VERSION ${MAJOR}.${MINOR}.${REVISION}/" installer/*.nsi +sed -i "s/^version: .*/version: ${MAJOR}.${MINOR}.${REVISION}/" snap/snapcraft.yaml diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 3b79a365..39fa7c35 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: mosquitto-simple -version: 1.4.11 +version: 1.4.15 summary: Eclipse Mosquitto MQTT broker description: This is a message broker that supports version 3.1 and 3.1.1 of the MQTT protocol.