diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-09-24 14:32:27 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-09-24 14:32:27 +0000 |
commit | 218175c219a9661509c6376f67639deba182308b (patch) | |
tree | fc9c9d6d78a474ecd505fe49b2828b4b11d6a9ab /lib | |
parent | 3498c8374d35539a5aea506ed51165f7883ec00c (diff) | |
download | chef-218175c219a9661509c6376f67639deba182308b.tar.gz |
Bump version to 17.6.1 by Chef Expeditorv17.6.1
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 2098fcb475..e116683a77 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -23,7 +23,7 @@ require_relative "version_string" class Chef CHEF_ROOT = File.expand_path("..", __dir__) - VERSION = Chef::VersionString.new("17.6.0") + VERSION = Chef::VersionString.new("17.6.1") end # |