diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-09-16 14:47:44 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-09-16 14:47:44 +0000 |
commit | 21cf57404b5b5a771e05be12a8daf906e76b4553 (patch) | |
tree | 1ebe19abf85e5caae03a6cc9eae7e8dfdf118696 /lib/chef | |
parent | 63cfcbae71373bf5c05e1ca9e024ea8a7c23a255 (diff) | |
download | chef-21cf57404b5b5a771e05be12a8daf906e76b4553.tar.gz |
Bump version to 13.4.27 by Chef Expeditorv13.4.27
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 04f4e3f229..1a0c20cc75 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("13.4.26") + VERSION = Chef::VersionString.new("13.4.27") end # |