Skip to content

Commit 864213a

Browse files
Prepare for 4.2.0
1 parent 44667ca commit 864213a

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,11 +2,11 @@ PROJECT = rabbitmq_delayed_message_exchange
22
PROJECT_DESCRIPTION = RabbitMQ Delayed Message Exchange
33
PROJECT_MOD = rabbit_delayed_message_app
44

5-
RABBITMQ_VERSION ?= v4.1.x
5+
RABBITMQ_VERSION ?= v4.2.x
66
current_rmq_ref = $(RABBITMQ_VERSION)
77

88
define PROJECT_APP_EXTRA_KEYS
9-
{broker_version_requirements, ["4.1.0"]}
9+
{broker_version_requirements, ["4.2.0"]}
1010
endef
1111

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

0 commit comments

Comments
 (0)