Use 3.13.0 as the default version in bazel for this branch

This commit is contained in:
Rin Kuryloski 2023-02-14 16:36:37 +01:00
parent d17811107a
commit 06c5593fe7
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
module(
name = "rabbitmq-server",
version = "3.10.0",
version = "3.13.0",
)
bazel_dep(

View File

@ -43,7 +43,7 @@ RABBITMQ_DIALYZER_OPTS = [
"-Wunmatched_returns",
]
APP_VERSION = "3.12.0"
APP_VERSION = "3.13.0"
BROKER_VERSION_REQUIREMENTS_ANY = """
{broker_version_requirements, []}