summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-09 20:17:31 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-09 20:17:36 +0000
commitdd9f1d09d4c73391d2aeaf1990fea9745ea7b2a7 (patch)
tree8240c8c0e487097e5213cdcdeaa6cad43f635089 /knife
parentdccbea46e8b209ddeaac8c4c9598cd1bbb6fcc1d (diff)
downloadchef-dd9f1d09d4c73391d2aeaf1990fea9745ea7b2a7.tar.gz
Bump version to 17.5.2 by Chef Expeditorv17.5.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 bd1ee78d4e..63d6d8803d 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.5.1".freeze
+ VERSION = "17.5.2".freeze
end
end