diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-01-17 18:58:18 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-01-17 18:58:18 +0000 |
commit | d04aaf2b62a531274cd02ed2514e9692f843f8a2 (patch) | |
tree | 944cff7d95e498601d13b98887265b669ba83f91 /chef-config | |
parent | 9ba9c3cff10645b1448e424be3a61816aa96f384 (diff) | |
download | chef-d04aaf2b62a531274cd02ed2514e9692f843f8a2.tar.gz |
Bump version of chef to 12.18.37 by Chef Versioner.v12.18.37
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 10ae5f5bdb..092b1881eb 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.36" + VERSION = "12.18.37" end # |