summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-28 22:44:39 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-28 22:44:39 +0000
commit0223a101605767d291545ff1f167a5148de6c063 (patch)
tree22b2a8ce83794f94453c5812617b041a932293d8 /knife
parentaf0fc7f21a0ad07562e80828c7c408450cf2cd6c (diff)
downloadchef-0223a101605767d291545ff1f167a5148de6c063.tar.gz
Bump version to 17.7.28 by Chef Expeditorv17.7.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 a0978397ac..ff45f151b1 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.7.27".freeze
+ VERSION = "17.7.28".freeze
end
end