diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-01-17 18:29:35 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-01-17 18:29:35 +0000 |
commit | 866991252303e1f41ec8008b6ed137bb3724e216 (patch) | |
tree | 3769fda73d8ef2a82ae62212c67b6569cf3cc059 /chef-config | |
parent | 79a78431b80903b6773b679ddef34dc2afd03775 (diff) | |
download | chef-866991252303e1f41ec8008b6ed137bb3724e216.tar.gz |
Bump version of chef to 12.18.35 by Chef Versioner.v12.18.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 c8bba12dda..58bf259c7a 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.18.34" + VERSION = "12.18.35" end # |