summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-26 21:17:43 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-26 21:17:43 +0000
commitda301847cd748999318f267b5d604067fd9ffa1c (patch)
tree3468a907a3abfb4cc12ca3f148d1576a4d0a839d /chef-utils
parent8fcf183ab3198b0d8755cf692a206c865f2b8cf2 (diff)
downloadchef-da301847cd748999318f267b5d604067fd9ffa1c.tar.gz
Bump version to 16.0.87 by Chef Expeditorv16.0.87
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 10603f7a83..3cb72ce789 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.86".freeze
+ VERSION = "16.0.87".freeze
end