Update snap version.

This commit is contained in:
Roger A. Light 2018-03-21 23:05:53 +00:00
parent 91badb995f
commit b6982a3a72
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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.