summaryrefslogtreecommitdiff
path: root/knife/lib/chef/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-24 18:38:02 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-24 18:38:02 +0000
commitc9d2bb862bdfffb9f56b148904b1a2b3f469adc4 (patch)
tree1f8e9643411467e28fad5f845c3f87a394de85ce /knife/lib/chef/knife
parent7d6575e03c2743eca4210a9269b4bd1e6896d1b4 (diff)
downloadchef-c9d2bb862bdfffb9f56b148904b1a2b3f469adc4.tar.gz
Bump version to 17.6.2 by Chef Expeditorv17.6.2
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'knife/lib/chef/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 7805a494b0..1f25071743 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.6.1".freeze
+ VERSION = "17.6.2".freeze
end
end