diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-11-01 17:15:03 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-11-01 17:15:03 +0000 |
commit | 8cabbb7a61a49eba48ef20132fdf6ee90f94713c (patch) | |
tree | 690a63e591bc8c41256b9be279471ef2a9a15c43 /chef-config | |
parent | 92a5a56575097564ee79126c4c7af43b3f96452d (diff) | |
download | chef-8cabbb7a61a49eba48ef20132fdf6ee90f94713c.tar.gz |
Bump version of chef to 12.16.35 by Chef Versioner.v12.16.35
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 755bf3a6a1..b4c77a3363 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.34" + VERSION = "12.16.35" end # |