summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-11-10 21:06:04 +0000
committerChef Expeditor <chef-ci@chef.io>2021-11-10 21:06:04 +0000
commitd3b57c04a810c8254fc6dcfffe45fb2dd36a4bde (patch)
tree123b7b6ddd31899bb006d0b929fe8c376ea61dd9 /knife
parent83deb9278295ceecb1c66dfe81ed167c29d629c2 (diff)
downloadchef-d3b57c04a810c8254fc6dcfffe45fb2dd36a4bde.tar.gz
Bump version to 17.8.0 by Chef Expeditorv17.8.0
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 0a4c937f1c..358dd3ef01 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.39".freeze
+ VERSION = "17.8.0".freeze
end
end