summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-17 02:54:24 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-17 02:54:24 +0000
commitb521627e9d706a016e232d335cab0ddbb8b3e6ba (patch)
tree26844414a8d38cb6a9c008eb9c3f80e4980720af /lib
parent6978e87770d48d69e024eedd0e5c8853a009bdbc (diff)
downloadchef-b521627e9d706a016e232d335cab0ddbb8b3e6ba.tar.gz
Bump version to 16.0.216 by Chef Expeditorv16.0.216
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 f6b09d7a0f..b20679f355 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.215")
+ VERSION = Chef::VersionString.new("16.0.216")
end
#