summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-17 04:21:26 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-17 04:21:26 +0000
commit834610a297c8da4f33c72c766af95702ca63b905 (patch)
tree45129fc0189ca8d88c8b58a786be4cd2d338a9cb /lib/chef/version.rb
parent4373a4769c5137d2d734d7d2715cb9b0ea4ae53f (diff)
downloadchef-834610a297c8da4f33c72c766af95702ca63b905.tar.gz
Bump version to 16.0.217 by Chef Expeditorv16.0.217
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 b20679f355..2af598554c 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("../..", __FILE__)
- VERSION = Chef::VersionString.new("16.0.216")
+ VERSION = Chef::VersionString.new("16.0.217")
end
#