git-lfs/lfsapi
brian m. carlson 087db1de70
Set package version to v3
Since we're about to do a v3.0.0 release, let's bump the version to v3.

Make this change automatically with the following command to avoid any
missed items:

  git grep -l github.com/git-lfs/git-lfs/v2 | \
  xargs sed -i -e 's!github.com/git-lfs/git-lfs/v2!github.com/git-lfs/git-lfs/v3!g'
2021-09-02 20:41:08 +00:00
..
auth_test.go Set package version to v3 2021-09-02 20:41:08 +00:00
auth.go Set package version to v3 2021-09-02 20:41:08 +00:00
body.go lfsapi: Ensure requests include Content-Length header if necessary 2017-01-25 08:59:11 -07:00
client.go Set package version to v3 2021-09-02 20:41:08 +00:00
endpoint_finder_test.go Set package version to v3 2021-09-02 20:41:08 +00:00
endpoint_finder.go Set package version to v3 2021-09-02 20:41:08 +00:00
kerberos.go Set package version to v3 2021-09-02 20:41:08 +00:00
lfsapi.go Set package version to v3 2021-09-02 20:41:08 +00:00
response_test.go Set package version to v3 2021-09-02 20:41:08 +00:00