diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-07-31 21:54:35 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-07-31 21:54:35 +0000 |
commit | 43c49a82a33cf6a4d2791585c73a6143b94d3fb8 (patch) | |
tree | 3fd3c7b4b60bbf9a57f36c00f7a7de07167632e7 /lib | |
parent | e2044906b06e00883102467be6f84d956826db19 (diff) | |
download | chef-43c49a82a33cf6a4d2791585c73a6143b94d3fb8.tar.gz |
Bump version to 15.2.8 by Chef Expeditorv15.2.8
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 7d8e51d473..d58bf1465e 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.2.7") + VERSION = Chef::VersionString.new("15.2.8") end # |