diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-03-19 17:40:24 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-03-19 17:40:24 +0000 |
commit | 624e80f9b04bfa8be763d95d0a095c80e501b71c (patch) | |
tree | 551c00d2d846d06e7d7fbe25aab2fdee7b798949 /chef-utils | |
parent | 5b9c5832bf28f66455ec3821c4fbcf5a19cb3fbe (diff) | |
download | chef-624e80f9b04bfa8be763d95d0a095c80e501b71c.tar.gz |
Bump version to 16.11.8 by Chef Expeditorv16.11.8
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 cd27f4f040..a3427dcc42 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.11.7" + VERSION = "16.11.8" end |