diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-11-01 15:41:46 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-11-01 15:41:46 +0000 |
commit | f15c94e0dfc9ceb577041b6d5b647ff2e8f0fe7d (patch) | |
tree | c3278995a0f48a0d6438e7b0694a095a204c8c72 /chef-config | |
parent | ad14362fe3c7b1a67aeca43328705c97c9c9c3cb (diff) | |
download | chef-f15c94e0dfc9ceb577041b6d5b647ff2e8f0fe7d.tar.gz |
Bump version of chef to 12.16.32 by Chef Versioner.v12.16.32
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 93c9520d40..12fa3395b8 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.31" + VERSION = "12.16.32" end # |