diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-03-31 20:40:52 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-03-31 20:40:54 +0000 |
commit | 66f015334a4ef68e6da65bca88bae5c5fc3421dc (patch) | |
tree | 6bec46693d4f0ec1e1ada0fc89e9716ec5b4717a /chef-bin | |
parent | 89d599e760683f213bacfd496c80c41e510a05b3 (diff) | |
download | chef-66f015334a4ef68e6da65bca88bae5c5fc3421dc.tar.gz |
Bump version to 15.9.6 by Chef Expeditorv15.9.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 85b8387399..c7fd97af14 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.9.5".freeze + VERSION = "15.9.6".freeze end # |