diff options
author | Chef Expeditor <eng-services-ops+chef-delivery@chef.io> | 2017-06-21 18:21:08 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-delivery@chef.io> | 2017-06-21 18:21:08 +0000 |
commit | 73567528b73deb2e0c13a41cca5d3d26988d8a61 (patch) | |
tree | c5cc99a8e3eed4915c759d3ef30ebe220255811b /chef-config | |
parent | 83291ea2603cad80d671214c7ce282e8c8bc3187 (diff) | |
download | chef-73567528b73deb2e0c13a41cca5d3d26988d8a61.tar.gz |
Bump version of chef to 13.2.18 by Chef Expeditor.v13.2.18
Diffstat (limited to 'chef-config')
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index c5d69a2bcf..bf5e043ffa 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -21,7 +21,7 @@ module ChefConfig CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__) - VERSION = "13.2.17" + VERSION = "13.2.18" end # |