summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-01-04 20:45:40 +0000
committerChef Expeditor <chef-ci@chef.io>2021-01-04 20:45:43 +0000
commite4508e60e75ccd14f809878ed10a692e9d9ed002 (patch)
tree241665bee97d86ddab5d12181bdcfcb471f2a1db /chef-utils
parent495873a950c4793b1a4e907fb973044097285b4f (diff)
downloadchef-e4508e60e75ccd14f809878ed10a692e9d9ed002.tar.gz
Bump version to 16.9.8 by Chef Expeditorv16.9.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.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 d965f0f211..aca8237287 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.7"
+ VERSION = "16.9.8"
end