diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-06-21 17:36:47 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-06-21 17:36:47 +0000 |
commit | 996301a9d073207fa37eed4d83dfae57d4501168 (patch) | |
tree | ba308b0b605568d6da8fb4bf9305751c5935a589 /chef-config | |
parent | 49df7925b34b2ec856c1f1c18a59c4bac3637583 (diff) | |
download | chef-996301a9d073207fa37eed4d83dfae57d4501168.tar.gz |
Bump version of chef to 12.12.4 by Chef Versioner.v12.12.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 f940733442..962bf7af5a 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.12.3" + VERSION = "12.12.4" end # |