summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-11-27 04:14:08 +0000
committerChef Expeditor <chef-ci@chef.io>2021-11-27 04:14:16 +0000
commitaa9af2e06e48a782780be3086b88768839cea9b1 (patch)
treec0f5c7d1089b45a898ff259f2c220c6c3c012c89 /knife
parentdcd90fb2c7fcafbac4aaf9a27b1ade7722f6ba6b (diff)
downloadchef-aa9af2e06e48a782780be3086b88768839cea9b1.tar.gz
Bump version to 17.8.13 by Chef Expeditorv17.8.13
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 eb7b2c7e44..3f5c83769a 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.8.12".freeze
+ VERSION = "17.8.13".freeze
end
end