diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-05-09 22:56:39 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-05-09 22:56:39 +0000 |
commit | d606a41b1ee6167c77a0684f242d7a42da61b92e (patch) | |
tree | d102f13c24b63304118f02cb43155f47c065f531 /chef-bin | |
parent | 8cf32257d981e6fac612fed1a495d990d5f4b251 (diff) | |
download | chef-d606a41b1ee6167c77a0684f242d7a42da61b92e.tar.gz |
Bump version to 15.0.282 by Chef Expeditorv15.0.282
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 708d5a1c8b..4bba227545 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.281".freeze + VERSION = "15.0.282".freeze end # |