diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-01-05 19:48:25 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-01-05 19:48:25 +0000 |
commit | f5485214aab01573b175d607ff528edf9e16c085 (patch) | |
tree | 7b228e6506a9ee42e6f54ed4e0c29caa3a8284a5 /chef-config | |
parent | bda78017bae7492fdfbc6f58bde1183dc484b3b0 (diff) | |
download | chef-f5485214aab01573b175d607ff528edf9e16c085.tar.gz |
Bump version of chef to 12.18.21 by Chef Versioner.v12.18.21
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 19ac7e2682..957d7cc33d 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.20" + VERSION = "12.18.21" end # |