summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-06-27 05:53:30 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-06-27 05:53:30 +0000
commit056ae82723d5448899c816b18642be062920501e (patch)
treea8b5c99dbdf7d479efab5458b95845f9a837d3dd /lib/chef
parent3ba90465dcc0ba3b0f3368d0226a81b69ca72714 (diff)
downloadchef-056ae82723d5448899c816b18642be062920501e.tar.gz
Bump version to 14.3.21 by Chef Expeditorv14.3.21
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 e2d52a6526..2118298e46 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.20")
+ VERSION = Chef::VersionString.new("14.3.21")
end
#