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-utils | |
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-utils')
-rw-r--r-- | chef-utils/lib/chef-utils/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb index 7b88ade0f6..2981126530 100644 --- a/chef-utils/lib/chef-utils/version.rb +++ b/chef-utils/lib/chef-utils/version.rb @@ -16,5 +16,5 @@ module ChefUtils CHEFUTILS_ROOT = File.expand_path("..", __dir__) - VERSION = "16.9.10" + VERSION = "16.9.11" end |