diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-01-16 21:26:27 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-01-16 21:26:27 +0000 |
commit | 69823b0d209fe0873bb4e9b0faf451b17c64ff43 (patch) | |
tree | 906d4fabde6ba10c75cdd067a2fb08b56260aa47 /chef-bin | |
parent | 481cb3028431136044ba30d3e8cec393ebfb3f60 (diff) | |
download | chef-69823b0d209fe0873bb4e9b0faf451b17c64ff43.tar.gz |
Bump version to 15.7.18 by Chef Expeditorv15.7.18
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 8843f03d55..7df88375e9 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.17".freeze + VERSION = "15.7.18".freeze end # |