diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-09-19 22:18:35 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-09-19 22:18:35 +0000 |
commit | 5b5a5f37231fe1af4a27bb163610afeb6e708b56 (patch) | |
tree | 75215594b8dff45f35c9b335350b0db2b481bbe4 /lib | |
parent | 04f914224c882c65c9f94f1c32e2da432451db31 (diff) | |
download | chef-5b5a5f37231fe1af4a27bb163610afeb6e708b56.tar.gz |
Bump version to 15.4.3 by Chef Expeditorv15.4.3
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 afe18aedfa..544430431a 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.2") + VERSION = Chef::VersionString.new("15.4.3") end # |