diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-07-15 22:46:57 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-07-15 22:46:57 +0000 |
commit | d31817dc5ce6f8dc08c99646f3fc5c5fe1a1c4ec (patch) | |
tree | 849bb16a69458f1e840bdd869614376067a9bc19 /lib/chef | |
parent | b856d5fe3d9641919c22e33f3ad4b664a15725e8 (diff) | |
download | chef-d31817dc5ce6f8dc08c99646f3fc5c5fe1a1c4ec.tar.gz |
Bump version of chef to 12.13.7 by Chef Versioner.v12.13.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 a502a068b9..57067a83a3 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.13.6" + VERSION = "12.13.7" end # |