diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-05-19 19:20:12 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-05-19 19:20:12 +0000 |
commit | 0e52b49d30849472a9ad829eaee488536ee540cb (patch) | |
tree | 3986bdf4eee8d010b169744b5d7bd7a9d3cb9058 /chef-config | |
parent | c54370b4d259c4b61572bc74c85adf7c3100c943 (diff) | |
download | chef-0e52b49d30849472a9ad829eaee488536ee540cb.tar.gz |
Bump version of chef to 12.11.2 by Chef Versioner.v12.11.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 54e0b522d0..c3fee23679 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.11.1" + VERSION = "12.11.2" end # |