summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-11-21 20:22:38 +0000
committerChef Expeditor <expeditor@chef.io>2019-11-21 20:22:38 +0000
commit0cedd8d6952a1565be356d44a95671414f74b684 (patch)
treebfbfeea2368a6074a42c3e91a9733ea856c21654 /chef-bin
parent8402c027e151a668510a018b5748d5741a75f4b2 (diff)
downloadchef-0cedd8d6952a1565be356d44a95671414f74b684.tar.gz
Bump version to 15.5.17 by Chef Expeditorv15.5.17
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 9c42ee622c..eaa254a6d7 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.5.16".freeze
+ VERSION = "15.5.17".freeze
end
#