Skip to content

Commit f827490

Browse files
authored
Merge pull request #7286 from rabbitmq/rin/add-v3.12.x-references
Add additional v3.12.x references
2 parents 6128c85 + 93be82d commit f827490

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

.github/workflows/update-elixir-patches.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
commit-message: |
8383
Adopt elixir ${{ steps.fetch-version.outputs.VERSION }}
8484
labels: |
85+
backport-v3.12.x
8586
backport-v3.11.x
8687
backport-v3.10.x
8788
backport-v3.9.x

.github/workflows/update-otp-patches.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,20 @@ jobs:
2626
name: '25_0'
2727
branch: main
2828
labels: |
29+
backport-v3.12.x
2930
backport-v3.11.x
3031
- erlang_version: "25.1"
3132
name: '25_1'
3233
branch: main
3334
labels: |
35+
backport-v3.12.x
3436
backport-v3.11.x
3537
backport-v3.10.x
3638
- erlang_version: "25.2"
3739
name: '25_2'
3840
branch: main
3941
labels: |
42+
backport-v3.12.x
4043
backport-v3.11.x
4144
backport-v3.10.x
4245
timeout-minutes: 10

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "rabbitmq-server",
3-
version = "3.10.0",
3+
version = "3.13.0",
44
)
55

66
bazel_dep(

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"]}
9+
{broker_version_requirements, ["3.9.0", "3.10.0", "3.11.0", "3.12.0", "3.13.0"]}
1010
]}.

rabbitmq.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RABBITMQ_DIALYZER_OPTS = [
4444
"-Wunknown",
4545
]
4646

47-
APP_VERSION = "3.12.0"
47+
APP_VERSION = "3.13.0"
4848

4949
BROKER_VERSION_REQUIREMENTS_ANY = """
5050
{broker_version_requirements, []}

0 commit comments

Comments
 (0)