diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-08-05 14:12:50 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-08-05 14:12:50 +0000 |
commit | 7cf3edfbdae421a83ff6de477314307133f32f06 (patch) | |
tree | a3a365689356ae8aa04e7e635e5024c8b9708ddb /chef-config | |
parent | 071025f315920fca53ae7c964a24873c5b655e0f (diff) | |
download | chef-7cf3edfbdae421a83ff6de477314307133f32f06.tar.gz |
Bump version of chef to 12.13.26 by Chef Versioner.v12.13.26
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 12f756c0a0..0445a93e51 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.13.25" + VERSION = "12.13.26" end # |