diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-08-17 18:00:01 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-08-17 18:00:01 +0000 |
commit | 9647c009412bd61b60fc842d61b4a58ab033f274 (patch) | |
tree | a223314057f193b00cba21f98a477532a987c428 /chef-config | |
parent | 5d25c9fdd7830582bd61119890c7961b93600386 (diff) | |
download | chef-9647c009412bd61b60fc842d61b4a58ab033f274.tar.gz |
Bump version of chef to 12.14.8 by Chef Versioner.v12.14.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 0fe263f232..49f92b3bb1 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.14.7" + VERSION = "12.14.8" end # |