summaryrefslogtreecommitdiff
path: root/knife
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 /knife
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 'knife')
-rw-r--r--knife/lib/chef/knife/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb
index 905f681d59..83d1b4fc91 100644
--- a/knife/lib/chef/knife/version.rb
+++ b/knife/lib/chef/knife/version.rb
@@ -17,7 +17,7 @@
class Chef
class Knife
KNIFE_ROOT = File.expand_path("../..", __dir__)
- VERSION = "17.5.19".freeze
+ VERSION = "17.5.20".freeze
end
end