From 6eae74c128e37e590d3a5da3fe0561add4b94d5c Mon Sep 17 00:00:00 2001 From: lhchavez Date: Thu, 14 Oct 2021 04:42:42 -0700 Subject: libgit2 v1.3.0 #major (#840) This commit introduces libgit2 v1.3.0 to git2go, which brings a large number of [bugfixes and features](https://github.com/libgit2/libgit2/releases/tag/v1.3.0). This also marks the start of the v33 release. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index db1ea19..c8028ef 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/libgit2/git2go/v32 +module github.com/libgit2/git2go/v33 go 1.13 -- cgit v1.2.3