From 71bb9ab0e3f85b6942fde5ebb71fdd76968b04db Mon Sep 17 00:00:00 2001 From: Vicent Marti Date: Mon, 2 Nov 2015 14:28:40 +0100 Subject: [PATCH 1/2] Bump libgit2 to 1318ec91a142d442718dc8430da4499b7739a088 --- vendor/libgit2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/libgit2 b/vendor/libgit2 index 232a7e320..1318ec91a 160000 --- a/vendor/libgit2 +++ b/vendor/libgit2 @@ -1 +1 @@ -Subproject commit 232a7e3205ede0e16ee9f88962ba5020167d95f4 +Subproject commit 1318ec91a142d442718dc8430da4499b7739a088 From fd915eed9ff1cc78ee23efedf1bcce78610c7ca6 Mon Sep 17 00:00:00 2001 From: Vicent Marti Date: Mon, 2 Nov 2015 14:29:01 +0100 Subject: [PATCH 2/2] Bump version --- lib/rugged/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rugged/version.rb b/lib/rugged/version.rb index cf59af149..23e0f6968 100644 --- a/lib/rugged/version.rb +++ b/lib/rugged/version.rb @@ -1,3 +1,3 @@ module Rugged - Version = VERSION = '0.24.0b6' + Version = VERSION = '0.24.0b7' end