diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-05-05 02:47:29 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-05-05 02:47:29 +0000 |
commit | 19edec28f46edb4fb66ea7111df6fca6f63e04b9 (patch) | |
tree | 0e6b4991e507c92626334ea14442be065457f78a /chef-bin | |
parent | 8e33745aa0ab1610388f9539e51472d8181d4a08 (diff) | |
download | chef-19edec28f46edb4fb66ea7111df6fca6f63e04b9.tar.gz |
Bump version to 16.0.275 by Chef Expeditorv16.0.275
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 59cb0f4bc7..8a1c664ce9 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.274".freeze + VERSION = "16.0.275".freeze end # |