diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-09-21 17:37:41 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-09-21 17:37:41 +0000 |
commit | ed0729ba1ef9a7494dbe374c9ee2ec0c776a76f6 (patch) | |
tree | f5b0740d73d5a98c2d3ac72139062b2940a527c3 /chef-config | |
parent | 291de39adb9e12e3094b51ebb5fc90191af87077 (diff) | |
download | chef-ed0729ba1ef9a7494dbe374c9ee2ec0c776a76f6.tar.gz |
Bump version of chef to 12.14.85 by Chef Versioner.v12.14.85
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 a8aa6501d7..2ffdba1f8a 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.14.84" + VERSION = "12.14.85" end # |