diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-03-02 17:35:43 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-03-02 17:35:43 +0000 |
commit | e9c7e5cac62777bf9d856248c5175992b347e82e (patch) | |
tree | c33161e61fdd6169c432ee9f68abeed296fd9b29 /lib | |
parent | 97a56cfd319407656165f76c75e92c7418044938 (diff) | |
download | chef-e9c7e5cac62777bf9d856248c5175992b347e82e.tar.gz |
Bump version to 18.0.63 by Chef Expeditorv18.0.63
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 48745b6ea9..78006e9a5c 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("18.0.62") + VERSION = Chef::VersionString.new("18.0.63") end # |