diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-08-17 21:05:07 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-08-17 21:05:07 +0000 |
commit | f55d0053ce6646d2e925336f6766c3c8e018ad90 (patch) | |
tree | 1bd1088b226626384799fdb066297d068a6ccceb /chef-config | |
parent | 98092bb4f74ed08b12c4d06316680c7180d34c0b (diff) | |
download | chef-f55d0053ce6646d2e925336f6766c3c8e018ad90.tar.gz |
Bump version of chef to 12.14.12 by Chef Versioner.v12.14.12
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 b863cf62be..815ad1cc1f 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.11" + VERSION = "12.14.12" end # |