summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-09 12:53:54 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-09 12:53:54 +0000
commit7bcbad36612e48d1f53fc40e3b634ebcb12a9e93 (patch)
treeed64b9a24910e1f95b7c4405592568d9cc93252b /lib/chef/version.rb
parent5bb5333d80b8c0d1cf82b0b867beff61fbfdfe2a (diff)
downloadchef-7bcbad36612e48d1f53fc40e3b634ebcb12a9e93.tar.gz
Bump version to 13.7.21 by Expeditorv13.7.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 385934c960..2fd849a499 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.7.20")
+ VERSION = Chef::VersionString.new("13.7.21")
end
#