Переглянути джерело

Merge pull request #11767 from zmstone/1016-upgrade-rebar3

build: upgrade to rebar3 3.19.0-emqx-8
Zaiming (Stone) Shi 2 роки тому
батько
коміт
4dd60da9ee
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      scripts/ensure-rebar3.sh

+ 1 - 1
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"