diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-01-18 15:09:29 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-01-18 15:09:29 +0000 |
commit | 9b235f9b41c8c2e2b1140b6e4552d20245c53e2b (patch) | |
tree | fbfb556d25167907e4965f80dcbc3f246c695554 /chef-config | |
parent | f171bb32302b6bd12b001df6f89c35ecc0a84ccc (diff) | |
download | chef-9b235f9b41c8c2e2b1140b6e4552d20245c53e2b.tar.gz |
Bump version of chef to 12.18.38 by Chef Versioner.v12.18.38
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 092b1881eb..4f3d9fad2b 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.18.37" + VERSION = "12.18.38" end # |