diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-10-07 16:40:38 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-10-07 16:40:38 +0000 |
commit | a0e772a2939b9b2813f998d1e08b43762975f8c8 (patch) | |
tree | d0906347dca3cae99062bee9bcc4b34e6686a064 /chef-config | |
parent | 504a4f19e01a964503c5fabd8bed92ea18338a02 (diff) | |
download | chef-a0e772a2939b9b2813f998d1e08b43762975f8c8.tar.gz |
Bump version of chef to 12.15.18 by Chef Versioner.v12.15.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 25f76b9509..203a59828c 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 = "12.15.17" + VERSION = "12.15.18" end # |