summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-24 14:32:27 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-24 14:32:27 +0000
commit218175c219a9661509c6376f67639deba182308b (patch)
treefc9c9d6d78a474ecd505fe49b2828b4b11d6a9ab /knife
parent3498c8374d35539a5aea506ed51165f7883ec00c (diff)
downloadchef-218175c219a9661509c6376f67639deba182308b.tar.gz
Bump version to 17.6.1 by Chef Expeditorv17.6.1
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 73262ca2d6..7805a494b0 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.6.0".freeze
+ VERSION = "17.6.1".freeze
end
end