summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlhchavez <[email protected]>2020-03-19 07:45:38 -0700
committerlhchavez <[email protected]>2020-03-19 08:28:34 -0700
commita32375a86063768507a01b32cc3d868f4c2ffa9c (patch)
tree6263603c1f821c56ef12886b19f1ab207defe605
parente10c2eeef23d05e0ce12061bb535132f37e6d457 (diff)
Add the version number to go.mod
This is the second take on trying to tag the current release with a Go version.
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
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