From da19cf12ec676e49332caf9f8b08ad28f0e47e8c Mon Sep 17 00:00:00 2001 From: Jim McDonald Date: Tue, 11 Jun 2024 20:49:35 +0100 Subject: [PATCH] Bump release. --- http/http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/http.go b/http/http.go index e27b458d..78f931cc 100644 --- a/http/http.go +++ b/http/http.go @@ -34,7 +34,7 @@ import ( ) // defaultUserAgent is sent with requests if no other user agent has been supplied. -const defaultUserAgent = "go-eth2-client/0.21.5" +const defaultUserAgent = "go-eth2-client/0.21.6" // post sends an HTTP post request and returns the body. func (s *Service) post(ctx context.Context, endpoint string, body io.Reader) (io.Reader, error) {