diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-12-21 17:50:19 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-12-21 17:50:19 +0000 |
commit | 37bacbbc9d6ca124af631acf72109a992b255e6a (patch) | |
tree | f2ca1f1e5204ada2dbf9e18c0b368fb2b7b0f5d5 /lib | |
parent | 71a596ec29d98030653f83dc13221593cc80d948 (diff) | |
download | chef-37bacbbc9d6ca124af631acf72109a992b255e6a.tar.gz |
Bump version to 13.6.53 by Expeditorv13.6.53
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/version.rb | 2 |
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 # |