diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-11-23 16:52:16 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-11-23 16:52:16 +0000 |
commit | 1991cf97660a38e704eb4cd9609ed6ea84a35442 (patch) | |
tree | d7d1b03774d795f1de3ded55811929d8345a8ce7 /chef-config | |
parent | 92041a5853cc9cc9b05c9f46f8becba4c5ba3656 (diff) | |
download | chef-1991cf97660a38e704eb4cd9609ed6ea84a35442.tar.gz |
Bump version of chef to 12.17.25 by Chef Versioner.v12.17.25
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 c997c2ebe0..5382491667 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.17.24" + VERSION = "12.17.25" end # |