From a32375a86063768507a01b32cc3d868f4c2ffa9c Mon Sep 17 00:00:00 2001 From: lhchavez Date: Thu, 19 Mar 2020 07:45:38 -0700 Subject: [PATCH] Add the version number to go.mod This is the second take on trying to tag the current release with a Go version. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7a68658..4dffd7c 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/libgit2/git2go +module github.com/libgit2/git2go/v29 go 1.13