summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-12-16 19:37:08 +0000
committerChef Expeditor <chef-ci@chef.io>2021-12-16 19:37:08 +0000
commitb360464582e11b4b71b11505fe933e38a8de26df (patch)
tree31f63c719c24f5929afd9159255e259dbda36d1a /chef-utils
parentb07d6b5b1370285f617a74e469cfba0f17d4a57d (diff)
downloadchef-b360464582e11b4b71b11505fe933e38a8de26df.tar.gz
Bump version to 17.9.7 by Chef Expeditorv17.9.7
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 f46bea1f74..9855638582 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.9.6"
+ VERSION = "17.9.7"
end