summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-01-04 20:47:44 +0000
committerChef Expeditor <chef-ci@chef.io>2022-01-04 20:47:50 +0000
commit6432754de3a5099177ce8d0e04d112f8e156758f (patch)
treee5aa1b2d8586458ad41327d779249dd48899996f /chef-utils
parent00cf514423a905693f8a5b81ac725c40550f5b79 (diff)
downloadchef-6432754de3a5099177ce8d0e04d112f8e156758f.tar.gz
Bump version to 17.9.24 by Chef Expeditorv17.9.24
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 bd64e0b318..5dafebbf8d 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.23"
+ VERSION = "17.9.24"
end