diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-11-21 20:22:38 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-11-21 20:22:38 +0000 |
commit | 0cedd8d6952a1565be356d44a95671414f74b684 (patch) | |
tree | bfbfeea2368a6074a42c3e91a9733ea856c21654 /chef-bin | |
parent | 8402c027e151a668510a018b5748d5741a75f4b2 (diff) | |
download | chef-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.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 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 # |