summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-05 21:07:28 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-05 21:07:28 +0000
commit7696937f41e3476547e68b2e0ea20641eb10a0f2 (patch)
tree1dd0e0d68bdb479c42d17012e51d5bd80dd0e757 /chef-utils
parent5e8f25e98992e336831f57e7698a12be5af7e768 (diff)
downloadchef-7696937f41e3476547e68b2e0ea20641eb10a0f2.tar.gz
Bump version to 16.0.186 by Chef Expeditorv16.0.186
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 bcab468c2c..7725d92bff 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.185".freeze
+ VERSION = "16.0.186".freeze
end