diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-06-20 07:39:26 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-06-20 07:39:26 +0000 |
commit | 66f9dcffa2bcf1d415344004f467dff4d668fda8 (patch) | |
tree | b9ce96d2c7f9a570c2c4d0959c266e15526717dd /chef-bin | |
parent | 2c9209f42876daf4eb5d343f1cb0ea3fe47ca3e5 (diff) | |
download | chef-66f9dcffa2bcf1d415344004f467dff4d668fda8.tar.gz |
Bump version to 15.1.18 by Chef Expeditorv15.1.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 6452438548..3e12c76a56 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.1.17".freeze + VERSION = "15.1.18".freeze end # |