diff options
| author | lhchavez <[email protected]> | 2020-03-19 07:45:38 -0700 |
|---|---|---|
| committer | lhchavez <[email protected]> | 2020-03-19 08:28:34 -0700 |
| commit | a32375a86063768507a01b32cc3d868f4c2ffa9c (patch) | |
| tree | 6263603c1f821c56ef12886b19f1ab207defe605 | |
| parent | e10c2eeef23d05e0ce12061bb535132f37e6d457 (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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ -module github.com/libgit2/git2go +module github.com/libgit2/git2go/v29 go 1.13 |
