diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-09-30 20:19:52 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-09-30 20:19:52 +0000 |
commit | 35bbecf55a6d0d8d05364f0cee533574d53ac52d (patch) | |
tree | fb7b09a7ac9e97b3b8d4398fb4078c331a62f4b6 /lib/chef | |
parent | 5b11f1781ed066b75ef5e220c5da06de47e6e187 (diff) | |
download | chef-35bbecf55a6d0d8d05364f0cee533574d53ac52d.tar.gz |
Bump version of chef to 12.15.7 by Chef Versioner.v12.15.7
Diffstat (limited to 'lib/chef')
-rw-r--r-- | lib/chef/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 0e66b1b7e2..506d33488f 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -21,7 +21,7 @@ class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = "12.15.6" + VERSION = "12.15.7" end # |