diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-01-25 15:25:13 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-01-25 15:25:13 +0000 |
commit | 696480412c1a9a38fddb0ed42c11dab0856fdd31 (patch) | |
tree | 2173b204aebab3c9f8b0ed495c96a08848de192a /chef-config | |
parent | 4180e23a45de99ef91afc41c63794a7de0fb5607 (diff) | |
download | chef-696480412c1a9a38fddb0ed42c11dab0856fdd31.tar.gz |
Bump version of chef to 12.19.1 by Chef Versioner.v12.19.1
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 8e1aa77f4a..e24301f772 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.0" + VERSION = "12.19.1" end # |