From ad3ec3664d54779c4c2e49e41f85e886fbff343c Mon Sep 17 00:00:00 2001 From: Suhaib Mujahid Date: Mon, 26 Oct 2020 21:09:26 -0400 Subject: Create v31 to support libgit2 v1.1.x (#668) The libgit2 `v1.1.0` is released two weeks ago. This PR allows `git2go` to link against the new version. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index c190305..42cdb9d 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/libgit2/git2go/v30 +module github.com/libgit2/git2go/v31 go 1.13 -- cgit v1.2.3