diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-05-05 22:13:27 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-05-05 22:13:27 +0000 |
commit | 3a982b8becf9b06a8e9ed772bb0e3912a5056254 (patch) | |
tree | 375562bd9b38bf337ade70174ffbb88d6bcddebd /chef-config | |
parent | 922f4eb9bca3368349700822ba56e823a9fcf656 (diff) | |
download | chef-3a982b8becf9b06a8e9ed772bb0e3912a5056254.tar.gz |
Bump version of chef to 12.10.37 by Chef Versioner.v12.10.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 8f5720f631..28696af007 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.10.36" + VERSION = "12.10.37" end # |