summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-09-12 17:26:46 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-09-12 17:26:46 +0000
commit4fce3bb1f3325729809a2e2c060bba2208c5dae8 (patch)
tree41ffc46e9821e8309abc3f710919dbd4db8c1266 /lib/chef/version.rb
parent1fa20d8dea99a29a24aeb34a0083edee449aa160 (diff)
downloadchef-4fce3bb1f3325729809a2e2c060bba2208c5dae8.tar.gz
Bump version to 13.4.21 by Chef Expeditorv13.4.21
Diffstat (limited to 'lib/chef/version.rb')
-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 886787bbc4..e6e825e877 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.20")
+ VERSION = Chef::VersionString.new("13.4.21")
end
#