diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-02-01 00:51:22 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-02-01 00:51:22 +0000 |
commit | 757b84b0fbb2e835414919a22b5c98c7590ea085 (patch) | |
tree | 301359fdc8e3f7e789852fce25619aa27f84a0f3 /chef-config | |
parent | a65c8244a32b1e19dfd919f9a51711a994646d3a (diff) | |
download | chef-757b84b0fbb2e835414919a22b5c98c7590ea085.tar.gz |
Bump version of chef to 12.19.4 by Chef Versioner.v12.19.4
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 b3afa014c8..fd7e5d9556 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.3" + VERSION = "12.19.4" end # |