diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-09-11 15:59:09 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-09-11 15:59:09 +0000 |
commit | d775e6f3d7b584beb523546bbd0ccd85d6fdc133 (patch) | |
tree | d7a872f86423c830d00a7bcbbbf1e6290a20c645 /lib | |
parent | ffda24bde97b28ce79240011b41f7dd79b785756 (diff) | |
download | chef-d775e6f3d7b584beb523546bbd0ccd85d6fdc133.tar.gz |
Bump version to 15.3.13 by Chef Expeditorv15.3.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 3a9754a6ec..923a5e99f9 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.12") + VERSION = Chef::VersionString.new("15.3.13") end # |