diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-06-29 17:23:50 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-06-29 17:23:50 +0000 |
commit | c3c728b56d72986f9d02f8a6396935d089323a00 (patch) | |
tree | 1dd3677525170f3fdcd6ae000a635d323f3ee9dc /chef-config | |
parent | 8bfb1be5af68b5837efe692ce2c60849fc758a41 (diff) | |
download | chef-c3c728b56d72986f9d02f8a6396935d089323a00.tar.gz |
Bump version of chef to 12.12.8 by Chef Versioner.v12.12.8
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 2cc2ef8780..5b264f777b 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.12.7" + VERSION = "12.12.8" end # |