diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-10-03 21:38:02 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-10-03 21:38:02 +0000 |
commit | a841165d9b8fd6f896e9a67e3ed7f5171c525bf3 (patch) | |
tree | c6a893ae40363733d0938d5b6b524b19f63e2fab /chef-config | |
parent | 9c7f3aefe2f9049f70808ed4f1ae83d0ff667807 (diff) | |
download | chef-a841165d9b8fd6f896e9a67e3ed7f5171c525bf3.tar.gz |
Bump version of chef to 12.15.10 by Chef Versioner.v12.15.10
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 3b66a77711..47e4b07575 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.15.9" + VERSION = "12.15.10" end # |