diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-12-30 20:22:33 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-12-30 20:22:33 +0000 |
commit | f4516a8f1af6a5571ea2a6b59b70b7ebdfb603ee (patch) | |
tree | b9e07695488d56b07d0fcd9c018450becc6becb7 /chef-utils | |
parent | 7c434a59421859345a0f6b03bcc2e830eddee5e1 (diff) | |
download | chef-f4516a8f1af6a5571ea2a6b59b70b7ebdfb603ee.tar.gz |
Bump version to 16.9.6 by Chef Expeditorv16.9.6
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 9eb636cc67..e4a2b874e0 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.5" + VERSION = "16.9.6" end |