summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-11-30 01:36:19 +0000
committerChef Expeditor <chef-ci@chef.io>2021-11-30 01:36:19 +0000
commite62c2a2e5eedad8888985f42476e9266c45c2220 (patch)
tree434b7e04950df855aae59aa2351fd9d952322563 /lib
parent812543f40de53e1b15cbab5ba63fa23b4d9e3a96 (diff)
downloadchef-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.rb2
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
#