diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-03-05 17:58:06 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-03-05 17:58:06 +0000 |
commit | 9950ca465c2bf1c190d0906a284ce456d4d31099 (patch) | |
tree | c6542536cca6f3a92bd0639c48606f955295e86e /lib/chef/version.rb | |
parent | bf3126fe8749b46ca5b92f0c85bf54ea1b6bf9ad (diff) | |
download | chef-9950ca465c2bf1c190d0906a284ce456d4d31099.tar.gz |
Bump version to 14.0.110 by Expeditorv14.0.110
Diffstat (limited to 'lib/chef/version.rb')
-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 0890791422..69b6ab16be 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("14.0.109") + VERSION = Chef::VersionString.new("14.0.110") end # |