summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-06-04 18:34:00 +0000
committerChef Expeditor <chef-ci@chef.io>2021-06-04 18:34:00 +0000
commitc66c37b7dd2dc0413d8d98885d4ad7b6ef604016 (patch)
treee8bee66451528a4aaf7842fc430a10b378aa9035 /knife
parent69a95de54434377a11b9f67915bbdb5208bf2703 (diff)
downloadchef-c66c37b7dd2dc0413d8d98885d4ad7b6ef604016.tar.gz
Bump version to 17.2.21 by Chef Expeditorv17.2.21
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 5266c9b75f..911ed21988 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.2.20".freeze
+ VERSION = "17.2.21".freeze
end
end