summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-01-04 21:00:13 +0000
committerChef Expeditor <chef-ci@chef.io>2022-01-04 21:00:13 +0000
commit96d5974ffceb51dfdea872356ff96798a50f68c2 (patch)
tree940618d7e1fe174eca3d4532539e260e14f784ba /knife
parentf437983424d6794dd8bcadddd67b9c92ef5dc7f6 (diff)
downloadchef-96d5974ffceb51dfdea872356ff96798a50f68c2.tar.gz
Bump version to 17.9.26 by Chef Expeditorv17.9.26
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 a29c51e483..0a4ab70d11 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.9.25".freeze
+ VERSION = "17.9.26".freeze
end
end