Skip to content

Commit 15688c3

Browse files
committed
Add 4.0.0 to mock plugin versions
1 parent ea0976d commit 15688c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_cli/test/fixtures/plugins/plugins_with_version_requirements/mock_rabbitmq_plugin_for_3_8-0.1.0/ebin/mock_rabbitmq_plugin_for_3_8.app

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
{applications, [kernel,stdlib,rabbit]},
77
{mod, {mock_rabbitmq_plugins_01_app, []}},
88
{env, []},
9-
{broker_version_requirements, ["3.9.0", "3.10.0", "3.11.0", "3.12.0", "3.13.0"]}
9+
{broker_version_requirements, ["3.9.0", "3.10.0", "3.11.0", "3.12.0", "3.13.0", "4.0.0"]}
1010
]}.

0 commit comments

Comments
 (0)