Skip to content

Commit 6e1a343

Browse files
committed
Update client.go
1 parent aa78081 commit 6e1a343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastly/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const UserAgentEnvVar = "FASTLY_USER_AGENT"
6464
var ProjectURL = "github.com/fastly/go-fastly"
6565

6666
// ProjectVersion is the version of this library.
67-
var ProjectVersion = "11.2.0"
67+
var ProjectVersion = "11.3.0"
6868

6969
// UserAgent is the user agent for this particular client.
7070
var UserAgent = fmt.Sprintf("FastlyGo/%s (+%s; %s)",

0 commit comments

Comments
 (0)