summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-05-22 17:20:54 +0000
committerChef Expeditor <chef-ci@chef.io>2021-05-22 17:20:54 +0000
commit30573ca1b0a1517b5cc8fcc99e8faa500e873d49 (patch)
treeb5c70ed0aeaa92186838da17da99e1942c5836f2 /chef-utils
parentb260558cdde98697fdbd28b84cabe815cdffe9b6 (diff)
downloadchef-30573ca1b0a1517b5cc8fcc99e8faa500e873d49.tar.gz
Bump version to 17.2.9 by Chef Expeditorv17.2.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.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 1bfc41e903..5805a7e516 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.2.8"
+ VERSION = "17.2.9"
end