diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-11-30 01:36:19 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-11-30 01:36:19 +0000 |
commit | e62c2a2e5eedad8888985f42476e9266c45c2220 (patch) | |
tree | 434b7e04950df855aae59aa2351fd9d952322563 /lib | |
parent | 812543f40de53e1b15cbab5ba63fa23b4d9e3a96 (diff) | |
download | chef-e62c2a2e5eedad8888985f42476e9266c45c2220.tar.gz |
Bump version to 16.17.15 by Chef Expeditorv16.17.15
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 b0548595c8..d1dd4fcb05 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("16.17.14") + VERSION = Chef::VersionString.new("16.17.15") end # |