diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-05-15 17:14:20 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-05-15 17:14:20 +0000 |
commit | 2bbf2b6eb6847c023e25aacbe3e42963a2f81118 (patch) | |
tree | 246b0ea0edd71d69fe6cf5bb95d495d1532980b5 /chef-bin | |
parent | f1e83fa8f583e7d2b52fe540e58cccc30845aa1c (diff) | |
download | chef-2bbf2b6eb6847c023e25aacbe3e42963a2f81118.tar.gz |
Bump version to 15.0.296 by Chef Expeditorv15.0.296
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 37ea1d2d26..995f1070b5 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.295".freeze + VERSION = "15.0.296".freeze end # |