diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-02-09 11:27:52 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-02-09 11:27:52 +0000 |
commit | 31c9757faa411c22d8d9ac1995aeba702c983095 (patch) | |
tree | c1af9dd2ba88c5e7209fdddc3f2f784c3f1a5815 /chef-config | |
parent | b38a523d0137156a406fc4d9ba8f506d0e6a98a2 (diff) | |
download | chef-31c9757faa411c22d8d9ac1995aeba702c983095.tar.gz |
Bump version of chef to 12.19.14 by Chef Versioner.v12.19.14
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 75c69e8f32..f645e0e927 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.19.13" + VERSION = "12.19.14" end # |