summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-03 00:07:55 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-03 00:07:55 +0000
commit5f45c98f1e2ae9ec7b95760a41d617a7a698cc19 (patch)
treefca2106155fdc9ae5a83b6afb84040e92bd327e4 /lib
parent7c099ce3862ee4c11b8549d535a4a40798979a08 (diff)
downloadchef-5f45c98f1e2ae9ec7b95760a41d617a7a698cc19.tar.gz
Bump version to 14.3.27 by Chef Expeditorv14.3.27
Diffstat (limited to 'lib')
-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 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
#