summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-21 23:54:32 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-21 23:54:32 +0000
commitbba62ea2b0df158116d722ba63a9a203fa729767 (patch)
treec2826d38324dbcaa08585b4530da77bf1f7378ab /knife
parent22c368cded83bd2dc54b709c7e63e462c1041f91 (diff)
downloadchef-bba62ea2b0df158116d722ba63a9a203fa729767.tar.gz
Bump version to 17.5.16 by Chef Expeditorv17.5.16
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 b28743bd85..218b0b5fd1 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.15".freeze
+ VERSION = "17.5.16".freeze
end
end