summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-06-01 21:26:05 +0000
committerChef Expeditor <chef-ci@chef.io>2021-06-01 21:26:05 +0000
commit72e30fe2d26344315e1f693c53cb9121d59e56d3 (patch)
tree96c69e1054566de10b4cd0f715b1f025db5b474c /knife
parent269dc37b230e7dad68a19f7d6671f13b3e178e34 (diff)
downloadchef-72e30fe2d26344315e1f693c53cb9121d59e56d3.tar.gz
Bump version to 17.2.17 by Chef Expeditorv17.2.17
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 a55a4c2b0f..7fb4101120 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.2.16".freeze
+ VERSION = "17.2.17".freeze
end
end