فهرست منبع

chore(otp26): pin rebar3 3.20.0-emqx-1 for otp26

Zaiming (Stone) Shi 2 سال پیش
والد
کامیت
f4d873e572
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      scripts/ensure-rebar3.sh

+ 3 - 0
scripts/ensure-rebar3.sh

@@ -18,6 +18,9 @@ case ${OTP_VSN} in
     25*)
         VERSION="3.19.0-emqx-9"
         ;;
+    26*)
+        VERSION="3.20.0-emqx-1"
+        ;;
     *)
         echo "Unsupporetd Erlang/OTP version $OTP_VSN"
         exit 1