diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-11-30 01:31:40 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-11-30 01:31:40 +0000 |
commit | 9eec7706fc7140e1611cb8b2d309e53dc352b275 (patch) | |
tree | 9a8dea085dc53aa11dc82e4f237144e7c49a83be /lib | |
parent | 100fa46cecb0304077efaa96d19f2675f30ac72d (diff) | |
download | chef-9eec7706fc7140e1611cb8b2d309e53dc352b275.tar.gz |
Bump version to 17.8.16 by Chef Expeditorv17.8.16
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 3192b0027b..024fee4627 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.15") + VERSION = Chef::VersionString.new("17.8.16") end # |