summaryrefslogtreecommitdiff
path: root/chef-utils
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 /chef-utils
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 'chef-utils')
-rw-r--r--chef-utils/lib/chef-utils/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb
index 0c79f2fc06..6799faf901 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -15,5 +15,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "16.0.215".freeze
+ VERSION = "16.0.216".freeze
end