diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-12-22 23:35:53 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-12-22 23:35:53 +0000 |
commit | 85c9830b3396451af209625ef2263013855ff776 (patch) | |
tree | 3126e9479c8b8e498b4cd0e3da89b0c019a0a7d0 /chef-config | |
parent | a02b1156522ceb2a8b32cacb33ac5d9c02ccde25 (diff) | |
download | chef-85c9830b3396451af209625ef2263013855ff776.tar.gz |
Bump version of chef to 12.18.16 by Chef Versioner.v12.18.16
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 f28957bde0..fe71279b3f 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.15" + VERSION = "12.18.16" end # |