summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-31 01:18:45 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-31 01:18:46 +0000
commit9f2190e51afe6510df9477ca41026132571a4b78 (patch)
treeb7fdfa94eeb579b1e845b008eaef2492157efdce /chef-bin
parent7f6bff82061068677af265e8f929f944c0020273 (diff)
downloadchef-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.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 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
#