summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-23 18:48:05 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-23 18:48:05 +0000
commita9104bb5a2ec6efa0b1208fa39a3f04ad7f7b5c1 (patch)
tree1b5afd8d536f9cdb17dbf074b6959e585f626397 /chef-utils
parent2ebf3371e6caf688fa88f98ee372be79c0ccf8cb (diff)
downloadchef-a9104bb5a2ec6efa0b1208fa39a3f04ad7f7b5c1.tar.gz
Bump version to 17.5.20 by Chef Expeditorv17.5.20
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 39f57814cd..e33bf6d51d 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.19"
+ VERSION = "17.5.20"
end