diff options
author | AbhishekKr <abhikumar163@gmail.com> | 2016-06-29 04:10:53 +0530 |
---|---|---|
committer | AbhishekKr <abhikumar163@gmail.com> | 2016-06-29 04:10:53 +0530 |
commit | 5c76329a9fcae1116929cf50c48608d2aa70872c (patch) | |
tree | 882cd84a0f377bd9f3ea591e7d7f70ecc7c7cff4 /lib | |
parent | ed070cc97df6cf244afd4f4f4d0b49fee973dc8f (diff) | |
parent | f1f9d58f821d9b45125d53624cf110d3291ab5be (diff) | |
download | chef-5c76329a9fcae1116929cf50c48608d2aa70872c.tar.gz |
Merge branch 'master' of https://github.com/chef/chef
Diffstat (limited to 'lib')
-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 43ac2e62b1..4bd8dc1c51 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.12.6" + VERSION = "12.12.7" end # |