diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-01-31 01:19:46 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-01-31 01:19:46 +0000 |
commit | 9a2508786101a9c006335b9304866bbf8dbef62c (patch) | |
tree | 68e22d3d2b3433718bdb2b56cb55f02a157255fd /chef-bin | |
parent | 9f2190e51afe6510df9477ca41026132571a4b78 (diff) | |
download | chef-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')
-rw-r--r-- | chef-bin/lib/chef-bin/version.rb | 2 |
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 # |