diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-02-03 15:00:18 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-02-03 15:00:18 +0000 |
commit | 434a7a333ab60c866a107f2a153939c3b0885fa0 (patch) | |
tree | 99997de86dc00b2a7ca697a991f0b7e5e91dd70b /chef-config | |
parent | 0eac908c5e766b9efc4f33d551364ad011f27181 (diff) | |
download | chef-434a7a333ab60c866a107f2a153939c3b0885fa0.tar.gz |
Bump version of chef to 12.19.6 by Chef Versioner.v12.19.6
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 3cd37d79a5..8aed57318b 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.19.5" + VERSION = "12.19.6" end # |