summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-12-06 20:00:23 +0000
committerChef Expeditor <chef-ci@chef.io>2021-12-06 20:00:23 +0000
commit6c8fe061af5e7b66f5be4f29026ecc136c495bb5 (patch)
treed6e0d385d01614675285d88c0bb7d5cae39258fc /knife
parent7c7b18ef5634f8bc88ed8ba54a0132b6bc1c8cb0 (diff)
downloadchef-6c8fe061af5e7b66f5be4f29026ecc136c495bb5.tar.gz
Bump version to 17.8.28 by Chef Expeditorv17.8.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 be9ab9e8ef..0d893ab969 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.8.27".freeze
+ VERSION = "17.8.28".freeze
end
end