summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-01-04 21:09:26 +0000
committerChef Expeditor <chef-ci@chef.io>2022-01-04 21:09:32 +0000
commit674bad1202f0fdeb7f77dd9acad5be5fcf95c4f1 (patch)
treead5899bd5ed4fad559e75fc7e42de979dfbb8f45 /knife
parentb4ffba1f36044d37d6e1b9e2a10b143f7c9eec8e (diff)
downloadchef-674bad1202f0fdeb7f77dd9acad5be5fcf95c4f1.tar.gz
Bump version to 17.9.28 by Chef Expeditorv17.9.28
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 d189c73c4a..b631953ee0 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.27".freeze
+ VERSION = "17.9.28".freeze
end
end