diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-06-13 05:04:36 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-06-13 05:04:36 +0000 |
commit | fb7af56751a240bb66de650319375d1eb91460fa (patch) | |
tree | 77e869867b0037168e73f69aa967b7a635148194 /lib/chef | |
parent | a69191bb4ffa482218dd47144912f0dc5c132a3d (diff) | |
download | chef-fb7af56751a240bb66de650319375d1eb91460fa.tar.gz |
Bump version to 14.3.10 by Chef Expeditorv14.3.10
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 fce14c3745..98911491b7 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.3.9") + VERSION = Chef::VersionString.new("14.3.10") end # |