diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-02-11 19:52:46 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-02-11 19:52:46 +0000 |
commit | 4bea26334396755625b3094272d9852b400bb053 (patch) | |
tree | 61b6194e030df268f6ac2f82b696b4229f96394c /chef-config/lib | |
parent | 4bb7346b9d3f5468b9f0dcee093da50169fc70d6 (diff) | |
download | chef-4bea26334396755625b3094272d9852b400bb053.tar.gz |
Bump version of chef to 12.19.25 by Chef Versioner.v12.19.25
Diffstat (limited to 'chef-config/lib')
-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 3420dd97b8..0ad2c44795 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.19.24" + VERSION = "12.19.25" end # |