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 9746244 commit 809f226Copy full SHA for 809f226
Makefile
@@ -2,7 +2,7 @@ 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
4
define PROJECT_APP_EXTRA_KEYS
5
- {broker_version_requirements, [ "3.7.0"]}
+ {broker_version_requirements, ["3.7.0", "3.8.0"]}
6
endef
7
8
DEPS = rabbit_common rabbit
0 commit comments