From 1a72623b605fd0b727ddef6bd2f035985a5561c5 Mon Sep 17 00:00:00 2001 From: Adam Demjen Date: Wed, 4 Oct 2023 10:10:09 -0400 Subject: [PATCH] Bump stack versions --- .backportrc.json | 3 ++- VERSION | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.backportrc.json b/.backportrc.json index b0e9b09b..3d1ea333 100644 --- a/.backportrc.json +++ b/.backportrc.json @@ -1,13 +1,14 @@ { "targetBranchChoices": [ { "name": "main", "checked": true }, + "8.11", "8.10", "8.9" ], "fork": false, "targetPRLabels": ["backport"], "branchLabelMapping": { - "^v8.11.0$": "main", + "^v8.12.0$": "main", "^v(\\d+).(\\d+)(.\\d+)+$": "$1.$2" }, "upstream": "elastic/connectors-ruby" diff --git a/VERSION b/VERSION index 2899580f..b8b7c15e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.11.0.0 +8.12.0.0