diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-12-19 00:04:37 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-12-19 00:04:37 +0000 |
commit | 5eda8ecbdfe93a3ddae927b3368e57c8ed1d694b (patch) | |
tree | 3a93c893cbf5aa5d2acbfa42580e748e34d0557a /lib/chef | |
parent | 15b815ab72a2358bf1365f0c484b135009ccf965 (diff) | |
download | chef-5eda8ecbdfe93a3ddae927b3368e57c8ed1d694b.tar.gz |
Bump version to 15.0.113 by Chef Expeditorv15.0.113
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef')
-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 01cbade1c8..2ff2de4b20 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -23,7 +23,7 @@ require "chef/version_string" class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = Chef::VersionString.new("15.0.112") + VERSION = Chef::VersionString.new("15.0.113") end # |