From 6fd972499f549fcb29139db669db4dfeefd7e155 Mon Sep 17 00:00:00 2001 From: Vault Automation Date: Wed, 24 Jun 2026 12:39:45 -0400 Subject: [PATCH] version: change main to 2.1.0 and update for new 2.0.x release branch Signed-off-by: Ryan Cragun Co-authored-by: Ryan Cragun --- .release/versions.hcl | 4 ++-- version/VERSION | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.release/versions.hcl b/.release/versions.hcl index 6dc44b4978..01b06e16cf 100644 --- a/.release/versions.hcl +++ b/.release/versions.hcl @@ -9,7 +9,7 @@ schema = 1 active_versions { - version "2.x.x" { + version "2.0.x" { ce_active = true lts = true } @@ -18,7 +18,7 @@ active_versions { ce_active = false } - version "1.20.x" { + version "1.20.x" { ce_active = false } diff --git a/version/VERSION b/version/VERSION index 05ea4cf25d..46babd461a 100644 --- a/version/VERSION +++ b/version/VERSION @@ -1 +1 @@ -3.0.0-beta1 +2.1.0-beta1