From a0cb3f19ebb7c935a3760c6542b4bfba1d1931bf Mon Sep 17 00:00:00 2001 From: philippschulte Date: Tue, 24 Mar 2020 14:38:01 -0700 Subject: [PATCH] Releasing 1.7.1 --- fastly/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastly/client.go b/fastly/client.go index b85c7a595..c1c301d64 100644 --- a/fastly/client.go +++ b/fastly/client.go @@ -36,7 +36,7 @@ const RealtimeStatsEndpoint = "https://rt.fastly.com" var ProjectURL = "github.com/fastly/go-fastly" // ProjectVersion is the version of this library. -var ProjectVersion = "1.7.0" +var ProjectVersion = "1.7.1" // UserAgent is the user agent for this particular client. var UserAgent = fmt.Sprintf("FastlyGo/%s (+%s; %s)",