Skip to content

Commit f99bd04

Browse files
Target 3.11.x on this branch
1 parent c2068b8 commit f99bd04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ PROJECT = rabbitmq_delayed_message_exchange
22
PROJECT_DESCRIPTION = RabbitMQ Delayed Message Exchange
33
PROJECT_MOD = rabbit_delayed_message_app
44

5-
RABBITMQ_VERSION ?= v3.10.x
5+
RABBITMQ_VERSION ?= v3.11.x
66

77
define PROJECT_APP_EXTRA_KEYS
8-
{broker_version_requirements, ["3.10.0"]}
8+
{broker_version_requirements, ["3.11.0"]}
99
endef
1010

1111
dep_amqp_client = git_rmq-subfolder rabbitmq-erlang-client $(RABBITMQ_VERSION)

0 commit comments

Comments
 (0)