We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cd7754 commit 3eed76fCopy full SHA for 3eed76f
Makefile
@@ -1,9 +1,9 @@
1
PROJECT = rabbitmq_routing_node_stamp
2
PROJECT_DESCRIPTION = Stamps a message with the name of the RabbitMQ node that accepted it from the client
3
-RABBITMQ_VERSION ?= v3.10.x
+RABBITMQ_VERSION ?= v3.11.x
4
5
define PROJECT_APP_EXTRA_KEYS
6
- {broker_version_requirements, ["3.10.x"]}
+ {broker_version_requirements, ["3.11.0"]}
7
endef
8
9
LOCAL_DEPS = inets
0 commit comments