From 056ae82723d5448899c816b18642be062920501e Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 27 Jun 2018 05:53:30 +0000 Subject: Bump version to 14.3.21 by Chef Expeditor --- lib/chef/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/chef') 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 # -- cgit v1.2.1