Skip to content

Commit

Permalink
Update plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
HoloRin committed Jun 6, 2023
1 parent a1520e4 commit ed36749
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "rabbitmq_management_exchange",
version = "3.11.4",
version = "3.12.0",
)

bazel_dep(
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ define PROJECT_ENV
endef

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

LOCAL_DEPS = inets
Expand Down
2 changes: 1 addition & 1 deletion helpers.bzl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
load("@rules_erlang//:ct.bzl", "ct_test")

BROKER_VERSION_REQUIREMENTS_TERM = """{broker_version_requirements, ["3.11.0"]}"""
BROKER_VERSION_REQUIREMENTS_TERM = """{broker_version_requirements, ["3.12.0"]}"""

def rabbitmq_suite(
name = None,
Expand Down

0 comments on commit ed36749

Please sign in to comment.