diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-12-18 17:23:07 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-12-18 17:23:07 +0000 |
commit | 437237a967b8a3cd662bd92b9b60439ca304be84 (patch) | |
tree | 8d2eb664b4fe024f1b5ee5f2f62f8ef937dc877f /lib/chef | |
parent | 17345f6927e3fff7c4a258572e6bd64399abc2d2 (diff) | |
download | chef-437237a967b8a3cd662bd92b9b60439ca304be84.tar.gz |
Bump version to 15.0.110 by Chef Expeditorv15.0.110
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 c383f48a6e..b55b38f4db 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.109") + VERSION = Chef::VersionString.new("15.0.110") end # |