summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-delivery@chef.io>2017-06-30 22:55:29 +0000
committerChef Expeditor <eng-services-ops+chef-delivery@chef.io>2017-06-30 22:55:29 +0000
commite419d7f0eb0c494a0a2f5d5963eac6fb35153bac (patch)
tree951b11ab60b4cd9612c7d21e6655259ae4f3364b /lib
parentb6c5f1d7e970da801117157c678de6a37d58dec4 (diff)
downloadchef-e419d7f0eb0c494a0a2f5d5963eac6fb35153bac.tar.gz
Bump version of chef to 13.2.21 by Chef Expeditor.v13.2.21
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 97876fcbc4..7353402804 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.2.20")
+ VERSION = Chef::VersionString.new("13.2.21")
end
#