diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-05-10 15:55:56 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-05-10 15:55:56 +0000 |
commit | 30266d78da6f6746199b884530f9907649feb835 (patch) | |
tree | fc67019c089640950f6cc4bc4f57b279adb3c2fd /chef-bin | |
parent | 4fb9ab9723e11da2a19e9e387fd5d851da82878c (diff) | |
download | chef-30266d78da6f6746199b884530f9907649feb835.tar.gz |
Bump version to 15.0.284 by Chef Expeditorv15.0.284
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 01fdd61818..906d7fb5a3 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.283".freeze + VERSION = "15.0.284".freeze end # |