diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-07-03 00:07:55 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-07-03 00:07:55 +0000 |
commit | 5f45c98f1e2ae9ec7b95760a41d617a7a698cc19 (patch) | |
tree | fca2106155fdc9ae5a83b6afb84040e92bd327e4 /lib | |
parent | 7c099ce3862ee4c11b8549d535a4a40798979a08 (diff) | |
download | chef-5f45c98f1e2ae9ec7b95760a41d617a7a698cc19.tar.gz |
Bump version to 14.3.27 by Chef Expeditorv14.3.27
Diffstat (limited to 'lib')
-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 c8164e378b..83a0e09c73 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.25") + VERSION = Chef::VersionString.new("14.3.27") end # |