Skip to content

Commit

Permalink
chore: add 27.1-1
Browse files Browse the repository at this point in the history
  • Loading branch information
id committed Oct 9, 2024
1 parent c51f3c0 commit f28f57e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ OTP version from emqx/otp.git:
+ OTP-24.3.4.2-4
+ OTP-25.3.2-2
+ OTP-26.2.5.2-1
+ OTP-27.1-1

Elixir version from elixir-lang/elixir.git:
NOTE: Only one version is allowed.
Expand Down
3 changes: 3 additions & 0 deletions get-otp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ erl -eval '{ok, Version} = file:read_file(filename:join([code:root_dir(), "relea
#########################

case "${OTP_VERSION}" in
27*)
REBAR3_VERSION="${REBAR3_VERSION:-3.20.0-emqx-3}"
;;
26*)
REBAR3_VERSION="${REBAR3_VERSION:-3.20.0-emqx-1}"
;;
Expand Down

0 comments on commit f28f57e

Please sign in to comment.