Skip to content

Commit

Permalink
Add broker_version_requirements with versions 3.7.0 and 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebakken committed Oct 4, 2019
1 parent 6439ed5 commit f2e8fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PROJECT = rabbitmq_lvc_exchange
PROJECT_DESCRIPTION = RabbitMQ Last Value Cache exchange

define PROJECT_APP_EXTRA_KEYS
{broker_version_requirements, []}
{broker_version_requirements, ["3.7.0", "3.8.0"]}
endef

DEPS = rabbit_common rabbit
Expand Down

0 comments on commit f2e8fff

Please sign in to comment.