diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-01-31 01:18:45 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-01-31 01:18:46 +0000 |
commit | 9f2190e51afe6510df9477ca41026132571a4b78 (patch) | |
tree | b7fdfa94eeb579b1e845b008eaef2492157efdce /chef-bin | |
parent | 7f6bff82061068677af265e8f929f944c0020273 (diff) | |
download | chef-9f2190e51afe6510df9477ca41026132571a4b78.tar.gz |
Bump version to 15.8.5 by Chef Expeditorv15.8.5
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 0d1b629971..a43383cad2 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.4".freeze + VERSION = "15.8.5".freeze end # |