Skip to content

Commit

Permalink
List RabbitMQ 3.8 as supported
Browse files Browse the repository at this point in the history
(cherry picked from commit 938164c)
  • Loading branch information
michaelklishin committed Oct 4, 2019
1 parent 41686f7 commit fcadd72
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_message_timestamp
PROJECT_DESCRIPTION = RabbitMQ Message Timestamp

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

DEPS = rabbit_common rabbit
Expand Down

0 comments on commit fcadd72

Please sign in to comment.