summaryrefslogtreecommitdiff
path: root/knife/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-06-01 17:31:28 +0000
committerChef Expeditor <chef-ci@chef.io>2021-06-01 17:31:28 +0000
commit8ef9cd3fe555468306bc6b53f4b215f886236d04 (patch)
treeb39c5d24e9a93291cd6fdbf2a91eaa8faee235b8 /knife/lib
parent76fd15fbec7c4831ac14b958c8b80ea3fa216bc4 (diff)
downloadchef-8ef9cd3fe555468306bc6b53f4b215f886236d04.tar.gz
Bump version to 17.2.16 by Chef Expeditorv17.2.16
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'knife/lib')
-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 8a13a3345b..a55a4c2b0f 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.15".freeze
+ VERSION = "17.2.16".freeze
end
end