summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-31 20:40:52 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-31 20:40:54 +0000
commit66f015334a4ef68e6da65bca88bae5c5fc3421dc (patch)
tree6bec46693d4f0ec1e1ada0fc89e9716ec5b4717a /chef-bin
parent89d599e760683f213bacfd496c80c41e510a05b3 (diff)
downloadchef-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.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 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
#