diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-05-12 19:42:55 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-05-12 19:42:55 +0000 |
commit | 3584adcbfea1896ad72b03a7a60a70666873bd35 (patch) | |
tree | 80d7177738c38241f74beaf79bfdf3beb4ca26fa /chef-bin | |
parent | ad998bac357faaf44e4ead558b636a0eb29464ba (diff) | |
download | chef-3584adcbfea1896ad72b03a7a60a70666873bd35.tar.gz |
Bump version to 16.0.291 by Chef Expeditorv16.0.291
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 02149a3557..e8802f659a 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 = "16.0.290".freeze + VERSION = "16.0.291".freeze end # |