From 18bef429246902750c819924da3518fadd89acb0 Mon Sep 17 00:00:00 2001 From: nikhil2611 Date: Mon, 21 Oct 2024 17:20:11 +0530 Subject: [PATCH] updated release tag to 3.7 Signed-off-by: nikhil2611 --- .expeditor/config.yml | 2 +- VERSION | 2 +- lib/kitchen/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.expeditor/config.yml b/.expeditor/config.yml index f0c7b1da4..880dc4897 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -18,7 +18,7 @@ github: release_branches: - main: - version_constraint: 1.* + version_constraint: 3.* changelog: rollup_header: Changes not yet released to rubygems.org diff --git a/VERSION b/VERSION index 3eefcb9dd..7c69a55db 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0 +3.7.0 diff --git a/lib/kitchen/version.rb b/lib/kitchen/version.rb index d6a30bd71..e81fbbb0a 100644 --- a/lib/kitchen/version.rb +++ b/lib/kitchen/version.rb @@ -16,5 +16,5 @@ # limitations under the License. module Kitchen - VERSION = "1.0.0".freeze + VERSION = "3.7.0".freeze end