diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-01-04 23:58:53 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-01-04 23:58:53 +0000 |
commit | cd1171f9114e70a4fb2e23b1b3c02da3853f1a46 (patch) | |
tree | 25390317415cb0dfb56ec67bf6b1423edb08f66e /chef-config | |
parent | be91be5da6349a481d238e6ba37f1ea141862529 (diff) | |
download | chef-cd1171f9114e70a4fb2e23b1b3c02da3853f1a46.tar.gz |
Bump version of chef to 12.18.19 by Chef Versioner.v12.18.19
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 ca1d6a542e..3571edb22f 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.18.18" + VERSION = "12.18.19" end # |