diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-01-23 18:28:13 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-01-23 18:28:13 +0000 |
commit | e22c8a4e6207a188bcdb88182e588a68dc5cbde9 (patch) | |
tree | cb52a3bec03111b8dddff801bdacf1cadf00da3e /chef-bin | |
parent | 5bf80bd5cf88f66ba22d5858d6e7970b13fe2d79 (diff) | |
download | chef-e22c8a4e6207a188bcdb88182e588a68dc5cbde9.tar.gz |
Bump version to 16.0.11 by Chef Expeditorv16.0.11
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 8159790274..1fe47007e7 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.10".freeze + VERSION = "16.0.11".freeze end # |