diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-01-05 01:25:15 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-01-05 01:25:15 +0000 |
commit | dd581d353c476deff3dc0796f78679d57bf8208a (patch) | |
tree | 216ab538b52d29b726b11582259fe519601d7235 /chef-bin | |
parent | bd8e2256b795968e44b627151161d16f75cab8ec (diff) | |
download | chef-dd581d353c476deff3dc0796f78679d57bf8208a.tar.gz |
Bump version to 16.9.11 by Chef Expeditorv16.9.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 bcfe8bd43b..43d6659591 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("..", __dir__) - VERSION = "16.9.10".freeze + VERSION = "16.9.11".freeze end # |