Skip to content

Commit

Permalink
List 3.9.x as a supported version, drop 3.7.x
Browse files Browse the repository at this point in the history
since 3.7 has been out of support for a while.

Closes rabbitmq#172
  • Loading branch information
michaelklishin committed Jul 26, 2021
1 parent 707eb2a commit afff5ed
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 @@ -3,7 +3,7 @@ PROJECT_DESCRIPTION = RabbitMQ Delayed Message Exchange
PROJECT_MOD = rabbit_delayed_message_app

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

DEPS = rabbit_common rabbit
Expand Down

0 comments on commit afff5ed

Please sign in to comment.