diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-06-15 04:44:49 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-06-15 04:44:49 +0000 |
commit | e2fe8eb41634152e192575c3daf27d338fc8f816 (patch) | |
tree | dd44aee029cecea9642eb9dfdb72c2fd5cd49444 /lib | |
parent | 42f0d5433d43d1e72d45751645c4649c0a710a3e (diff) | |
download | chef-e2fe8eb41634152e192575c3daf27d338fc8f816.tar.gz |
Bump version to 17.3.0 by Chef Expeditorv17.3.0
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 6a2e701153..045900bec4 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.2.38") + VERSION = Chef::VersionString.new("17.3.0") end # |