diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-08-22 21:50:58 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-08-22 21:50:58 +0000 |
commit | c6ec6ee9a0c3daaeb62835c6ded55955fc578b27 (patch) | |
tree | e72848ed920c86f9d4f01d81fdd22ca563e0de9c /chef-config | |
parent | 2c447b8c66eed9fa6853c18066e2b0df6cee8c14 (diff) | |
download | chef-c6ec6ee9a0c3daaeb62835c6ded55955fc578b27.tar.gz |
Bump version of chef to 12.14.21 by Chef Versioner.v12.14.21
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 f6d4a4a5b7..c9e4906e96 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.20" + VERSION = "12.14.21" end # |