diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-10-10 20:52:50 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-10-10 20:52:50 +0000 |
commit | b305afd1472ce042cdb243a6655387ddb5f8be45 (patch) | |
tree | 69fd0eaf0c00ddecc496755b9ec1cc30c6203b7a /lib | |
parent | 424bed13569aca061b7d1ea540edcac91823b8e7 (diff) | |
download | chef-b305afd1472ce042cdb243a6655387ddb5f8be45.tar.gz |
Bump version to 15.4.36 by Chef Expeditorv15.4.36
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 5dd4c7f4ea..d344987716 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.35") + VERSION = Chef::VersionString.new("15.4.36") end # |