summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-05-21 22:05:06 +0000
committerChef Expeditor <chef-ci@chef.io>2021-05-21 22:05:15 +0000
commitac0931bf0b044a4bb7ee146fac0e5b113e74bb2e (patch)
tree9f3e4fa289272bbf0189a9350e9c1cc2888ba868 /knife
parent7f019614edcf9de5867824d33eefd79ed43ee4a8 (diff)
downloadchef-ac0931bf0b044a4bb7ee146fac0e5b113e74bb2e.tar.gz
Bump version to 17.2.6 by Chef Expeditorv17.2.6
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 6613c5f461..a71ea7da43 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.5".freeze
+ VERSION = "17.2.6".freeze
end
end