Add the version number to go.mod

This is the second take on trying to tag the current release with a Go
version.

(cherry picked from commit a32375a860)
This commit is contained in:
lhchavez 2020-03-19 07:45:38 -07:00
parent 231f89164b
commit 891d857c3a
1 changed files with 3 additions and 1 deletions

4
go.mod
View File

@ -1 +1,3 @@
module github.com/libgit2/git2go
module github.com/libgit2/git2go/v27
go 1.13