summaryrefslogtreecommitdiff
path: root/lib
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 /lib
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 'lib')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 7a9d2eb2bd..a7a7432670 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("..", __dir__)
- VERSION = Chef::VersionString.new("17.9.61")
+ VERSION = Chef::VersionString.new("17.10.0")
end
#