From ab736ad423a90b8560fb932a3c523693b52c8f35 Mon Sep 17 00:00:00 2001 From: Pavel Nikolov Date: Sun, 19 Mar 2023 02:48:52 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1a31be..8a74511 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # DataLoader -[![GoDoc](https://godoc.org/gopkg.in/graph-gophers/dataloader.v3?status.svg)](https://godoc.org/github.com/graph-gophers/dataloader) +[![GoDoc](https://godoc.org/gopkg.in/graph-gophers/dataloader.v7?status.svg)](https://pkg.go.dev/github.com/graph-gophers/dataloader/v7) [![Build Status](https://travis-ci.org/graph-gophers/dataloader.svg?branch=master)](https://travis-ci.org/graph-gophers/dataloader) This is an implementation of [Facebook's DataLoader](https://github.com/facebook/dataloader) in Golang.