diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-09-24 16:51:07 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-09-24 16:51:07 +0000 |
commit | 6fdaf6be8cecc4bddda639f691719a7b29e185aa (patch) | |
tree | 309b61c51c9bdbe8f2e641d8b556ebc09748aa32 /lib | |
parent | 3f896be55dd6c9e2108438ad6b3be2d69a256e59 (diff) | |
download | chef-6fdaf6be8cecc4bddda639f691719a7b29e185aa.tar.gz |
Bump version to 15.4.5 by Chef Expeditorv15.4.5
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 89bb261d8b..941b751e85 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("../..", __FILE__) - VERSION = Chef::VersionString.new("15.4.4") + VERSION = Chef::VersionString.new("15.4.5") end # |