summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-16 01:40:36 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-16 01:40:36 +0000
commit327760935cf54ca23d17a40a5e08f1719308bf71 (patch)
tree4e239710b6c69b93178eef46f9355ebef8a5cd44 /chef-utils
parent9d06f6748c5794dec83a4befbcbf887eb41ff6b5 (diff)
downloadchef-327760935cf54ca23d17a40a5e08f1719308bf71.tar.gz
Bump version to 16.0.213 by Chef Expeditorv16.0.213
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 dd3f38c934..0763d9d1dd 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.212".freeze
+ VERSION = "16.0.213".freeze
end