diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-01-24 18:17:06 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-01-24 18:17:06 +0000 |
commit | 70e91314625adf2c373c8bfc39ce6fbd4e7c0edf (patch) | |
tree | 20535ac42e0c20036ba7da217d2a18fc106afde4 /chef-config | |
parent | 6d430303396c0184599a4787257fcc863cdcdb91 (diff) | |
download | chef-70e91314625adf2c373c8bfc39ce6fbd4e7c0edf.tar.gz |
Bump version of chef to 12.18.51 by Chef Versioner.v12.18.51
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 0561267e02..f7f9d0e683 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.50" + VERSION = "12.18.51" end # |