Merge pull request #319 from mlocati/mosquitto-beta

Install the latest misquitto version instead of a specific version
pull/320/head
Michele Locati 2021-03-13 19:35:16 +01:00 committed by GitHub
commit 2f874e6fec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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