summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-01-04 16:23:24 +0000
committerChef Expeditor <chef-ci@chef.io>2022-01-04 16:23:24 +0000
commitbf25337c300ffc900c1a0960d99552509745d3c1 (patch)
treebe209c9d20cc42b1ef75ed500e6ee4891bac0e4e /knife
parentd57ef307e420aa37d2df930210a38a3c8727dbe1 (diff)
downloadchef-bf25337c300ffc900c1a0960d99552509745d3c1.tar.gz
Bump version to 17.9.20 by Chef Expeditorv17.9.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 5e47d6854c..631864fe19 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.9.19".freeze
+ VERSION = "17.9.20".freeze
end
end