diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-11-13 01:23:58 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-11-13 01:23:58 +0000 |
commit | 34a0fa5b8260f3da449329a543e6b7cafe782278 (patch) | |
tree | f77869fcc846125ca51fa670eee5f7ffda755a2d /chef-bin | |
parent | ea32f142157119c7fd5c675ed0fe9e0a1078398a (diff) | |
download | chef-34a0fa5b8260f3da449329a543e6b7cafe782278.tar.gz |
Bump version to 15.5.1 by Chef Expeditor
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 58156aa92a..bc7444211c 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.0".freeze + VERSION = "15.5.1".freeze end # |