diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-04-01 17:29:19 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-04-01 17:29:19 +0000 |
commit | 84b836980d0964441f1a1d9b9f5fa5278ade6d90 (patch) | |
tree | af5310891fe2ada4fa14f21a9c7d5a885de95380 /chef-config | |
parent | a1f5ea940d43601106e6a660771145f2e74d0584 (diff) | |
download | chef-84b836980d0964441f1a1d9b9f5fa5278ade6d90.tar.gz |
Bump version of chef to 12.9.20 by Chef Versioner.v12.9.20
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 f7ad7398a0..f28a2bd179 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.9.19" + VERSION = "12.9.20" end # |