Skip to content

Commit 809f226

Browse files
committed
Add broker_version_requirements with versions 3.7.0 and 3.8.0
1 parent 9746244 commit 809f226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PROJECT = rabbitmq_routing_node_stamp
22
PROJECT_DESCRIPTION = Stamps a message with the name of the RabbitMQ node that accepted it from the client
33

44
define PROJECT_APP_EXTRA_KEYS
5-
{broker_version_requirements, [ "3.7.0"]}
5+
{broker_version_requirements, ["3.7.0", "3.8.0"]}
66
endef
77

88
DEPS = rabbit_common rabbit

0 commit comments

Comments
 (0)