diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-09-16 19:07:53 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-09-16 19:07:53 +0000 |
commit | 95cbe993cd23b223f162e81620a4c79f3a27bef9 (patch) | |
tree | b6910ab0d38a3642f47e2eaa4e806e897abb679a /lib | |
parent | c7cf373280688be6ca33bda7baf3dadf9dd7a79a (diff) | |
download | chef-95cbe993cd23b223f162e81620a4c79f3a27bef9.tar.gz |
Bump version to 15.4.1 by Chef Expeditorv15.4.1
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 9dac11da69..685929c22f 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.5.1") + VERSION = Chef::VersionString.new("15.4.1") end # |