summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-12-09 16:00:08 +0000
committerChef Expeditor <chef-ci@chef.io>2020-12-09 16:00:08 +0000
commita9e0a5e861c3cc49a0a0a2f522465aa1d353a8aa (patch)
tree6ce7e7795b39bca6ba4aac0dfcc0430c731c4d93 /chef-utils
parent05f283cad8061ed51a90d52c10c56a411e57e3c3 (diff)
downloadchef-a9e0a5e861c3cc49a0a0a2f522465aa1d353a8aa.tar.gz
Bump version to 16.8.6 by Chef Expeditorv16.8.6
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 d1566132c0..49e7ad803d 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -16,5 +16,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("..", __dir__)
- VERSION = "16.8.5"
+ VERSION = "16.8.6"
end