summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-12-10 16:44:46 +0000
committerChef Expeditor <chef-ci@chef.io>2020-12-10 16:44:46 +0000
commit2962e7781b5ec1923f4becb22020803a559f8073 (patch)
treee891c3a0bc37c97da6e12a2c48a1fe77064c13c3 /chef-utils/lib/chef-utils/version.rb
parent6b4c8f42d3d2435be28f51667d20020493670d5d (diff)
downloadchef-2962e7781b5ec1923f4becb22020803a559f8073.tar.gz
Bump version to 16.8.9 by Chef Expeditorv16.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 4f9381caa7..c6ab0d63b0 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.8.8"
+ VERSION = "16.8.9"
end