summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-05 17:58:06 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-05 17:58:06 +0000
commit9950ca465c2bf1c190d0906a284ce456d4d31099 (patch)
treec6542536cca6f3a92bd0639c48606f955295e86e /lib
parentbf3126fe8749b46ca5b92f0c85bf54ea1b6bf9ad (diff)
downloadchef-9950ca465c2bf1c190d0906a284ce456d4d31099.tar.gz
Bump version to 14.0.110 by Expeditorv14.0.110
Diffstat (limited to 'lib')
-rw-r--r--lib/chef/version.rb2
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
#