Skip to content

Commit 3eed76f

Browse files
Target RabbitMQ 3.11
1 parent 5cd7754 commit 3eed76f

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
@@ -1,9 +1,9 @@
11
PROJECT = rabbitmq_routing_node_stamp
22
PROJECT_DESCRIPTION = Stamps a message with the name of the RabbitMQ node that accepted it from the client
3-
RABBITMQ_VERSION ?= v3.10.x
3+
RABBITMQ_VERSION ?= v3.11.x
44

55
define PROJECT_APP_EXTRA_KEYS
6-
{broker_version_requirements, ["3.10.x"]}
6+
{broker_version_requirements, ["3.11.0"]}
77
endef
88

99
LOCAL_DEPS = inets

0 commit comments

Comments
 (0)