diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-11-23 20:01:56 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-11-23 20:02:02 +0000 |
commit | dd484f2f00623b84c2e47542aeebec2450e0b5e2 (patch) | |
tree | 15a5712c269c695ddf10428e69110da1dab28d82 /chef-utils | |
parent | 288cdee68d550eca0d9f75fe2ae9dfae3b051bb2 (diff) | |
download | chef-dd484f2f00623b84c2e47542aeebec2450e0b5e2.tar.gz |
Bump version to 17.8.9 by Chef Expeditorv17.8.9
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 70c64ef445..f3258e17b6 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 = "17.8.8" + VERSION = "17.8.9" end |