diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-11-10 13:16:45 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-11-10 13:16:45 +0000 |
commit | b86319aa57ad41b3d8489d7b37f105b0f8701b1d (patch) | |
tree | c09b4799c2e007bbc5e12f527b336a2ff105d35f /chef-config | |
parent | 8c250fa44fd46328fbe0ffd1307af1923977c322 (diff) | |
download | chef-b86319aa57ad41b3d8489d7b37f105b0f8701b1d.tar.gz |
Bump version of chef to 12.17.2 by Chef Versioner.v12.17.2
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 fae7590ae3..abc3847e89 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.17.1" + VERSION = "12.17.2" end # |