diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-02-22 02:13:04 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-02-22 02:13:04 +0000 |
commit | 3702acf73d57f1c94aa0609e6b8eeaa14db10c1f (patch) | |
tree | 1681decc393c87cedcb3f451e2c7b0aef8c0b442 /lib | |
parent | feb725215b45241863e63d883b35dcd25474257f (diff) | |
download | chef-3702acf73d57f1c94aa0609e6b8eeaa14db10c1f.tar.gz |
Bump version to 18.0.49 by Chef Expeditorv18.0.49
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 470072a240..1a92f53a90 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.48") + VERSION = Chef::VersionString.new("18.0.49") end # |