diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-05-24 21:09:30 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-05-24 21:09:30 +0000 |
commit | f8f3b2499f45d7392b6500f781f8a70c26d3b113 (patch) | |
tree | 00afb27381e0254d191255bf21e96ab9506ab1b4 /chef-bin | |
parent | 2003c28b28a481b429eba4fe0fccdabbc6ec21c6 (diff) | |
download | chef-f8f3b2499f45d7392b6500f781f8a70c26d3b113.tar.gz |
Bump version to 15.0.315 by Chef Expeditorv15.0.315
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 9951f34172..e683a5eb1c 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.0.314".freeze + VERSION = "15.0.315".freeze end # |