summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-12-31 22:10:24 +0000
committerChef Expeditor <chef-ci@chef.io>2020-12-31 22:10:27 +0000
commit8a13073eef9e1f7affd7348fdd963e570e2dd54c (patch)
treedd87b6851a409ba8227821b60804b4be67a18b8f /chef-utils
parentb0ad1f6254b695d8d6388c03c56687dac933f747 (diff)
downloadchef-8a13073eef9e1f7affd7348fdd963e570e2dd54c.tar.gz
Bump version to 17.0.21 by Chef Expeditorv17.0.21
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 67d29c8889..1ccb1098db 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.0.20"
+ VERSION = "17.0.21"
end