From 7fef71378f766cf792b7b9445f87a8f9b6eb32ca Mon Sep 17 00:00:00 2001 From: Chenhui Wang <54903978+wangch079@users.noreply.github.com> Date: Wed, 4 Dec 2024 21:12:47 +0800 Subject: [PATCH] [8.16] Bump stack version (#596) --- .backportrc.json | 6 ++---- VERSION | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.backportrc.json b/.backportrc.json index 3d1ea333..5e9ee127 100644 --- a/.backportrc.json +++ b/.backportrc.json @@ -1,14 +1,12 @@ { "targetBranchChoices": [ { "name": "main", "checked": true }, - "8.11", - "8.10", - "8.9" + "8.16" ], "fork": false, "targetPRLabels": ["backport"], "branchLabelMapping": { - "^v8.12.0$": "main", + "^v8.17.0$": "main", "^v(\\d+).(\\d+)(.\\d+)+$": "$1.$2" }, "upstream": "elastic/connectors-ruby" diff --git a/VERSION b/VERSION index c93d516f..022fec08 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.16.0.0 +8.17.0.0