summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-24 14:32:27 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-24 14:32:27 +0000
commit218175c219a9661509c6376f67639deba182308b (patch)
treefc9c9d6d78a474ecd505fe49b2828b4b11d6a9ab /lib
parent3498c8374d35539a5aea506ed51165f7883ec00c (diff)
downloadchef-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.rb2
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
#