diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-09-30 17:32:17 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-09-30 17:32:17 +0000 |
commit | 4496d4033dedea0c0e7312fd9b7db835d59886ce (patch) | |
tree | 711fbe7bfa5afc40ea978810af4687cf389c828f /lib | |
parent | 50b4847e21a8a0173c19f1f100c2728f74c84e9a (diff) | |
download | chef-4496d4033dedea0c0e7312fd9b7db835d59886ce.tar.gz |
Bump version to 15.4.13 by Chef Expeditorv15.4.13
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 24f14bfb72..2862de7735 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.12") + VERSION = Chef::VersionString.new("15.4.13") end # |