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