summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-11-23 20:01:56 +0000
committerChef Expeditor <chef-ci@chef.io>2021-11-23 20:02:02 +0000
commitdd484f2f00623b84c2e47542aeebec2450e0b5e2 (patch)
tree15a5712c269c695ddf10428e69110da1dab28d82 /chef-utils/lib/chef-utils/version.rb
parent288cdee68d550eca0d9f75fe2ae9dfae3b051bb2 (diff)
downloadchef-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/lib/chef-utils/version.rb')
-rw-r--r--chef-utils/lib/chef-utils/version.rb2
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