diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-09-16 18:39:57 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-09-16 18:39:57 +0000 |
commit | 051b2d704dc3b11170d15f5d6a55a9142bf867ce (patch) | |
tree | 843dc868c8b1f12cb372f0830d1ab5e1259150b0 /lib | |
parent | ed4337afebf7ca207aca78f44dd83e5b9395baf4 (diff) | |
download | chef-051b2d704dc3b11170d15f5d6a55a9142bf867ce.tar.gz |
Bump version to 15.4.0 by Chef Expeditor
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 aa315b9bfd..4e8abd9c2a 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.3.15") + VERSION = Chef::VersionString.new("15.4.0") end # |