summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-12-07 20:39:51 +0000
committerChef Expeditor <chef-ci@chef.io>2021-12-07 20:39:51 +0000
commit0f01c826dcf5b5b05a9aad05bf885e58ad04135e (patch)
tree7bbfcfac35db9f760fb7ebc732f288a134cc9cda /knife
parentcf3c2cbb3a721b454cd62a4d2131428a3bc12edf (diff)
downloadchef-0f01c826dcf5b5b05a9aad05bf885e58ad04135e.tar.gz
Bump version to 17.8.35 by Chef Expeditorv17.8.35
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 50baf4a33d..f4c9d19e32 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.34".freeze
+ VERSION = "17.8.35".freeze
end
end