summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-05 18:17:31 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-05 18:17:31 +0000
commit86a8e51cf16d87cbc57c2635324ab8a8a04a49d9 (patch)
tree85620b5e74323afa73073a9fff91858332590885 /lib/chef/version.rb
parente6b9ac43cb8906f1b998c1393d38fa6689b83ec3 (diff)
downloadchef-86a8e51cf16d87cbc57c2635324ab8a8a04a49d9.tar.gz
Bump version to 14.0.111 by Expeditorv14.0.111
Diffstat (limited to 'lib/chef/version.rb')
-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 69b6ab16be..58419a194c 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.110")
+ VERSION = Chef::VersionString.new("14.0.111")
end
#