diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-10-31 23:42:57 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-10-31 23:42:57 +0000 |
commit | 3c3b8a44c07e49e541edc7d239712cd64364b3dc (patch) | |
tree | 8bf64b636eea635accf101e0d0f620f1a745d26e /chef-config | |
parent | a780bae9c6dae95dc51fa0323cb931fb28ed5a35 (diff) | |
download | chef-3c3b8a44c07e49e541edc7d239712cd64364b3dc.tar.gz |
Bump version of chef to 12.16.29 by Chef Versioner.v12.16.29
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 ba15c10c63..a867f243e7 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.28" + VERSION = "12.16.29" end # |