Skip to content

Commit 88cbde0

Browse files
authored
Merge pull request #138 from emqx/250918-bump-to-OTP-27.3.4.2-3
chore: bump OTP release version
2 parents d262bcb + eb63893 commit 88cbde0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ OTP version from emqx/otp.git, Elixir version from elixir-lang/elixir.git.
44

55
+ OTP-24.3.4.2-4,Elixir-1.15.7
66
+ OTP-26.2.5.14-1,Elixir-1.15.7
7-
+ OTP-27.3.4.2-2,Elixir-1.18.3
7+
+ OTP-27.3.4.2-3,Elixir-1.18.3

get-otp.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ erl -eval '{ok, Version} = file:read_file(filename:join([code:root_dir(), "relea
6767

6868
case "${OTP_VERSION}" in
6969
27*)
70-
REBAR3_VERSION="${REBAR3_VERSION:-3.20.0-emqx-3}"
70+
REBAR3_VERSION="${REBAR3_VERSION:-3.20.0-emqx-6}"
7171
;;
7272
26*)
73-
REBAR3_VERSION="${REBAR3_VERSION:-3.20.0-emqx-1}"
73+
REBAR3_VERSION="${REBAR3_VERSION:-3.20.0-emqx-6}"
7474
;;
7575
25*)
7676
REBAR3_VERSION="${REBAR3_VERSION:-3.19.0-emqx-9}"

0 commit comments

Comments
 (0)