summaryrefslogtreecommitdiff
path: root/chef-bin/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-31 01:19:46 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-31 01:19:46 +0000
commit9a2508786101a9c006335b9304866bbf8dbef62c (patch)
tree68e22d3d2b3433718bdb2b56cb55f02a157255fd /chef-bin/lib
parent9f2190e51afe6510df9477ca41026132571a4b78 (diff)
downloadchef-9a2508786101a9c006335b9304866bbf8dbef62c.tar.gz
Bump version to 15.8.6 by Chef Expeditorv15.8.6
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index a43383cad2..1f399b06ec 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "15.8.5".freeze
+ VERSION = "15.8.6".freeze
end
#