diff options
| author | lhchavez <[email protected]> | 2021-10-14 04:42:42 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-14 04:42:42 -0700 |
| commit | 6eae74c128e37e590d3a5da3fe0561add4b94d5c (patch) | |
| tree | bd5d11a80188bc44668cce5deed56c949151da01 /go.mod | |
| parent | 9b155184fe1f0f0258730bccd2759ac7ec39be2a (diff) | |
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.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -module github.com/libgit2/git2go/v32 +module github.com/libgit2/git2go/v33 go 1.13 |
