diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-08-18 05:31:58 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-18 05:31:58 +0000 |
commit | 02a51c541ad12e1910c0ab2b5b8f3bca04f2057f (patch) | |
tree | e1f9515145267027c05d0bdf8132557507a47c5e /lib | |
parent | 2654610c31bc193b0f560b38a617e5a945abe0bf (diff) | |
download | chef-02a51c541ad12e1910c0ab2b5b8f3bca04f2057f.tar.gz |
Bump version to 15.13.15 by Chef Expeditorv15.13.15
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 2dd84e9104..f6da62c379 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("..", __dir__) - VERSION = Chef::VersionString.new("15.13.14") + VERSION = Chef::VersionString.new("15.13.15") end # |