summaryrefslogtreecommitdiff
path: root/chef-utils/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-15 16:59:34 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-15 16:59:34 +0000
commitac47427ab7090453a680c6c4cf6d32eb85cb270d (patch)
tree66c591148a516cbd62f7def14fdcc270ba551c2e /chef-utils/lib
parente810cf4ddd4e6619f82dcea0c6d6cfecfb8ae469 (diff)
downloadchef-ac47427ab7090453a680c6c4cf6d32eb85cb270d.tar.gz
Bump version to 16.0.210 by Chef Expeditorv16.0.210
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib')
-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 348755ab27..526547dbf7 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.209".freeze
+ VERSION = "16.0.210".freeze
end