summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-11-30 20:26:21 +0000
committerChef Expeditor <chef-ci@chef.io>2021-11-30 20:26:21 +0000
commit8b267e2117bc8c4bad9667274a2665210a25adcd (patch)
treefc297ca51aee7141d781529ee2b102f8395ceeee /chef-utils
parentcc1c5d98afd8c14ad0e8b5fd94d96bbdbefc3650 (diff)
downloadchef-8b267e2117bc8c4bad9667274a2665210a25adcd.tar.gz
Bump version to 17.8.20 by Chef Expeditorv17.8.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 2a2134bdc4..9fb3b1525d 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.8.19"
+ VERSION = "17.8.20"
end