summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-02 18:14:38 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-02 18:14:38 +0000
commit2a84adbe13744e4fda11a10c9cb8ef2691acb692 (patch)
tree075a905a304c72c7ad1b6148e99bb7e03dcddc62 /chef-utils
parent289774489c98390aefa773d01a87418948adaf25 (diff)
downloadchef-2a84adbe13744e4fda11a10c9cb8ef2691acb692.tar.gz
Bump version to 17.0.71 by Chef Expeditorv17.0.71
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 fc35f3ccbd..2dca06127a 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.70"
+ VERSION = "17.0.71"
end