summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-17 18:44:53 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-17 18:44:53 +0000
commit9718754d251adfb61efb090d19bd500f2c17c640 (patch)
treed407830ab42d0292294b9c04fb7e64e6f7842db4 /lib
parent5a674c8bfbaf5933ea429a7340c6aa0ad13bafb1 (diff)
downloadchef-9718754d251adfb61efb090d19bd500f2c17c640.tar.gz
Bump version to 16.16.15 by Chef Expeditorv16.16.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 b69d5a9481..60c9e888b7 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.16.14")
+ VERSION = Chef::VersionString.new("16.16.15")
end
#