summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAbhishekKr <abhikumar163@gmail.com>2016-06-29 04:10:53 +0530
committerAbhishekKr <abhikumar163@gmail.com>2016-06-29 04:10:53 +0530
commit5c76329a9fcae1116929cf50c48608d2aa70872c (patch)
tree882cd84a0f377bd9f3ea591e7d7f70ecc7c7cff4 /lib
parented070cc97df6cf244afd4f4f4d0b49fee973dc8f (diff)
parentf1f9d58f821d9b45125d53624cf110d3291ab5be (diff)
downloadchef-5c76329a9fcae1116929cf50c48608d2aa70872c.tar.gz
Merge branch 'master' of https://github.com/chef/chef
Diffstat (limited to 'lib')
-rw-r--r--lib/chef/version.rb2
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
#