diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-01-14 19:32:07 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-01-14 19:32:07 +0000 |
commit | ee5d4142f7d9db19f42eaba023a826157c06ffcf (patch) | |
tree | 87d25d25cf37c762a7113824cd82007b10902e57 /lib/chef/version.rb | |
parent | 7d1579e8e140ead2a5fda8af2f6fc4a638ed7646 (diff) | |
download | chef-ee5d4142f7d9db19f42eaba023a826157c06ffcf.tar.gz |
Bump version to 15.7.15 by Chef Expeditorv15.7.15
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 3e1eec3e17..ac5ca0321d 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.7.14") + VERSION = Chef::VersionString.new("15.7.15") end # |