diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-01-16 21:17:36 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-01-16 21:17:36 +0000 |
commit | 840ed4a3dfb71d63cf3d500281771a97fcc69f74 (patch) | |
tree | 76f295fdba8dc0425777471cf5505e891060ebe7 /chef-bin | |
parent | dc2a55b1c9e10e670922c26c2d5af37773a68179 (diff) | |
download | chef-840ed4a3dfb71d63cf3d500281771a97fcc69f74.tar.gz |
Bump version to 15.7.17 by Chef Expeditorv15.7.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 0b04bbec1e..8843f03d55 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.7.16".freeze + VERSION = "15.7.17".freeze end # |