summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-09-16 14:47:44 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-09-16 14:47:44 +0000
commit21cf57404b5b5a771e05be12a8daf906e76b4553 (patch)
tree1ebe19abf85e5caae03a6cc9eae7e8dfdf118696 /lib/chef
parent63cfcbae71373bf5c05e1ca9e024ea8a7c23a255 (diff)
downloadchef-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.rb2
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
#