[minor] Install the latest misquitto version instead of a specific version

Test: mosquitto
pull/319/head
Michele Locati 2021-03-13 19:26:02 +01:00
parent 89def53ba5
commit e9116844e6
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
1 changed files with 1 additions and 1 deletions

View File

@ -1766,7 +1766,7 @@ installRemoteModule() {
;;
mosquitto)
if test -z "$installRemoteModule_version"; then
installRemoteModule_version=0.4.0
installRemoteModule_version=beta
fi
;;
msgpack)