Skip to content

Commit 17aacfb

Browse files
Erlang/OTP 23.2 ships erts 11.1
1 parent 44e834a commit 17aacfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/apps/rabbitmq_prelaunch/src/rabbit_prelaunch_erlang_compat.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-export([check/1]).
44

55
-define(OTP_MINIMUM, "23.2").
6-
-define(ERTS_MINIMUM, "11.0").
6+
-define(ERTS_MINIMUM, "11.1").
77

88
check(_Context) ->
99
_ = rabbit_log_prelaunch:debug(""),

0 commit comments

Comments
 (0)