diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-11-04 16:19:37 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-11-04 16:19:37 +0000 |
commit | 27f375a2483e00e75891da7e07d70cc2edcf7435 (patch) | |
tree | 1e881f483f2bd30bf563f031d6d69ac077825045 /chef-config | |
parent | 87d5ca4a6d20f895e844672aa44b17a8ce3560af (diff) | |
download | chef-27f375a2483e00e75891da7e07d70cc2edcf7435.tar.gz |
Bump version of chef to 12.16.43 by Chef Versioner.v12.16.43
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 d4e9d64b47..3322b6a141 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.16.42" + VERSION = "12.16.43" end # |