summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-01-04 21:04:49 +0000
committerChef Expeditor <chef-ci@chef.io>2022-01-04 21:04:49 +0000
commit7d303613e78b77c2a94d1b374550b42bbe6f1d30 (patch)
tree3e3fbac0398bd21b6ea4f21acd637ce8b71ea7e6 /knife
parent96d5974ffceb51dfdea872356ff96798a50f68c2 (diff)
downloadchef-7d303613e78b77c2a94d1b374550b42bbe6f1d30.tar.gz
Bump version to 17.9.27 by Chef Expeditorv17.9.27
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 0a4ab70d11..d189c73c4a 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.26".freeze
+ VERSION = "17.9.27".freeze
end
end