diff --git a/scripts/ensure-rebar3.sh b/scripts/ensure-rebar3.sh index 1d6794bda..6eda16d30 100755 --- a/scripts/ensure-rebar3.sh +++ b/scripts/ensure-rebar3.sh @@ -14,7 +14,7 @@ case ${OTP_VSN} in VERSION="3.18.0-emqx-1" ;; 25*) - VERSION="3.19.0-emqx-1" + VERSION="3.19.0-emqx-8" ;; *) echo "Unsupporetd Erlang/OTP version $OTP_VSN"