Преглед изворни кода

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"