summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-01 14:40:35 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-01 14:40:35 +0000
commit9f44cb88ddfb142c4963e2749a03023add6f0468 (patch)
tree1f29059d9f12ca9fc3d8c1af77f8d4d37393ab28 /lib
parentf7ef174f282608d9f9afa2fb7260f27d69d8fb60 (diff)
downloadchef-9f44cb88ddfb142c4963e2749a03023add6f0468.tar.gz
Bump version to 17.6.16 by Chef Expeditorv17.6.16
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 a71f1ca7b3..64d191f7cb 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.6.15")
+ VERSION = Chef::VersionString.new("17.6.16")
end
#