diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-11-30 01:36:30 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-11-30 01:36:30 +0000 |
commit | f1056e53b346dfe2da5005fd423750977c225a11 (patch) | |
tree | a928fb59f0dbb487bf05912c2f105d7b3ff7b12d /lib | |
parent | d52520e155b9581a51b36743687faf2968617096 (diff) | |
download | chef-f1056e53b346dfe2da5005fd423750977c225a11.tar.gz |
Bump version to 17.8.17 by Chef Expeditorv17.8.17
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 024fee4627..369517f165 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.8.16") + VERSION = Chef::VersionString.new("17.8.17") end # |