summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-12-21 17:50:19 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-12-21 17:50:19 +0000
commit37bacbbc9d6ca124af631acf72109a992b255e6a (patch)
treef2ca1f1e5204ada2dbf9e18c0b368fb2b7b0f5d5 /lib
parent71a596ec29d98030653f83dc13221593cc80d948 (diff)
downloadchef-37bacbbc9d6ca124af631acf72109a992b255e6a.tar.gz
Bump version to 13.6.53 by Expeditorv13.6.53
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 a26d60164d..5e51574d8d 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.6.52")
+ VERSION = Chef::VersionString.new("13.6.53")
end
#