summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-03-17 21:39:24 +0000
committerChef Expeditor <chef-ci@chef.io>2022-03-17 21:39:24 +0000
commit097eb843df5c1df12179da49b13a78e854b9677f (patch)
tree69253f48be7b7e9ecb835c2f8f45087563c99df9 /knife
parent62a0d5754d13579700e007bfcc84d560871d2c4d (diff)
downloadchef-097eb843df5c1df12179da49b13a78e854b9677f.tar.gz
Bump version to 17.10.0 by Chef Expeditorv17.10.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 309b06c353..3136ecb760 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.61".freeze
+ VERSION = "17.10.0".freeze
end
end