summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-06-17 21:44:29 +0000
committerChef Expeditor <chef-ci@chef.io>2021-06-17 21:44:31 +0000
commit5ecbe808034cc2f51b1e22c67e85053978f0d640 (patch)
treed418025ab71e2ffd138abb8146ed0f2a033439f4 /knife
parentfad08ba8c3378c8e353c8b8103e690bb4359165a (diff)
downloadchef-5ecbe808034cc2f51b1e22c67e85053978f0d640.tar.gz
Bump version to 17.3.2 by Chef Expeditorv17.3.2
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 89f2c95286..64d92a6cd1 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.3.1".freeze
+ VERSION = "17.3.2".freeze
end
end