[minor] Install the latest misquitto version instead of a specific version
Test: mosquittopull/319/head
parent
89def53ba5
commit
e9116844e6
|
@ -1766,7 +1766,7 @@ installRemoteModule() {
|
||||||
;;
|
;;
|
||||||
mosquitto)
|
mosquitto)
|
||||||
if test -z "$installRemoteModule_version"; then
|
if test -z "$installRemoteModule_version"; then
|
||||||
installRemoteModule_version=0.4.0
|
installRemoteModule_version=beta
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
msgpack)
|
msgpack)
|
||||||
|
|
Loading…
Reference in New Issue