summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-14 20:41:36 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-14 20:41:36 +0000
commitc35c469e8eb8d7446db33f48347136095b43552a (patch)
tree4ce4f00db321e1e8b6458321b868602ff97de73e /chef-utils
parent359c5329d2fa999aecec4b4b80c89750f9aac363 (diff)
downloadchef-c35c469e8eb8d7446db33f48347136095b43552a.tar.gz
Bump version to 17.5.7 by Chef Expeditorv17.5.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 553e6b8b04..25c2c8a13f 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.5.6"
+ VERSION = "17.5.7"
end