diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-05-19 00:07:02 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-05-19 00:07:02 +0000 |
commit | 4a880e51fcaaee05a91b1d66652fe4c3fe336b9d (patch) | |
tree | 7ddd23ab84b867419961f9cc6480eaff296f425e /chef-config | |
parent | 057e9af7e773f3353dbd883c9897bf90720f5792 (diff) | |
download | chef-4a880e51fcaaee05a91b1d66652fe4c3fe336b9d.tar.gz |
Bump version of chef to 12.11.1 by Chef Versioner.v12.11.1
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 ba1d408977..54e0b522d0 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.0" + VERSION = "12.11.1" end # |