diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-03-05 18:17:31 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-03-05 18:17:31 +0000 |
commit | 86a8e51cf16d87cbc57c2635324ab8a8a04a49d9 (patch) | |
tree | 85620b5e74323afa73073a9fff91858332590885 /lib/chef/version.rb | |
parent | e6b9ac43cb8906f1b998c1393d38fa6689b83ec3 (diff) | |
download | chef-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.rb | 2 |
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 # |