summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-08 00:28:53 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-08 00:28:53 +0000
commit824d9da7173d0dff9bb2786dcf5584e53e9866eb (patch)
tree045989c7d078205212f059628726d0b2824d9de7 /chef-utils
parent278ee25ca58589abb55c814afd951e9404226a84 (diff)
downloadchef-824d9da7173d0dff9bb2786dcf5584e53e9866eb.tar.gz
Bump version to 16.2.86 by Chef Expeditorv16.2.86
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 1c6a3eb88b..35506123ab 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.2.85".freeze
+ VERSION = "16.2.86".freeze
end