We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa78081 commit 6e1a343Copy full SHA for 6e1a343
fastly/client.go
@@ -64,7 +64,7 @@ const UserAgentEnvVar = "FASTLY_USER_AGENT"
64
var ProjectURL = "github.com/fastly/go-fastly"
65
66
// ProjectVersion is the version of this library.
67
-var ProjectVersion = "11.2.0"
+var ProjectVersion = "11.3.0"
68
69
// UserAgent is the user agent for this particular client.
70
var UserAgent = fmt.Sprintf("FastlyGo/%s (+%s; %s)",
0 commit comments