diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-02-01 17:35:13 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-02-01 17:35:13 +0000 |
commit | b711d550ec398865965ab2fd0d76fe605ff2721d (patch) | |
tree | 5711d211654cb8b4f3ee4667b51a44d885cbdc1b /chef-config | |
parent | 71629035eee1905a7324e0c2e6ba4bc3cecd2926 (diff) | |
download | chef-b711d550ec398865965ab2fd0d76fe605ff2721d.tar.gz |
Bump version of chef to 12.19.5 by Chef Versioner.v12.19.5
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 fd7e5d9556..3cd37d79a5 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.4" + VERSION = "12.19.5" end # |