diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-11-08 18:17:43 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-11-08 18:17:43 +0000 |
commit | 5be96103238739f8124e1f62c67d64e5f1368025 (patch) | |
tree | 69e925b428293442685addbddc7237dbd89519c0 /chef-config | |
parent | d85f6b6e4c1450a5c80479c8bf07cd9ba3d806f4 (diff) | |
download | chef-5be96103238739f8124e1f62c67d64e5f1368025.tar.gz |
Bump version of chef to 12.16.52 by Chef Versioner.v12.16.52
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 f7a7fa8b14..011c731ac9 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.16.51" + VERSION = "12.16.52" end # |