Skip to content

Commit

Permalink
Simplify broker_version_requirements value
Browse files Browse the repository at this point in the history
  • Loading branch information
LoisSotoLopez committed Oct 2, 2024
1 parent c8b2db3 commit 5cc5269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ defmodule RabbitMQ.MessageDeduplicationPlugin.Mixfile do
extra_applications: [:rabbit],
mod: {RabbitMQMessageDeduplication, []},
registered: [RabbitMQMessageDeduplication],
broker_version_requirements: ["3.13.0-3.13.x", "4.0.0-4.0.x"]
broker_version_requirements: ["3.13.0", "4.0.0"]
]
end

Expand Down

0 comments on commit 5cc5269

Please sign in to comment.