summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-12-09 21:57:41 +0000
committerChef Expeditor <chef-ci@chef.io>2021-12-09 21:57:43 +0000
commitc9c0ea3f3a63f7cc42e8143f06c0b1f68ac5b919 (patch)
treeddffbe8be4671a8083da372b87e9d05a0bf56a19 /knife
parentd54624c5837514e2b7b424293586e2c98a70c237 (diff)
downloadchef-c9c0ea3f3a63f7cc42e8143f06c0b1f68ac5b919.tar.gz
Bump version to 17.8.37 by Chef Expeditorv17.8.37
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 eb4f3bd40e..89c7777577 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.8.36".freeze
+ VERSION = "17.8.37".freeze
end
end