Skip to content

Commit e9098b1

Browse files
docs(client.go): bump client version (#698)
All Submissions: * [x] Have you followed the guidelines in our Contributing document? * [x] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/fastly/go-fastly/pulls) for the same update/change?
1 parent 2c3e819 commit e9098b1

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
@@ -62,7 +62,7 @@ const UserAgentEnvVar = "FASTLY_USER_AGENT"
6262
var ProjectURL = "github.com/fastly/go-fastly"
6363

6464
// ProjectVersion is the version of this library.
65-
var ProjectVersion = "10.3.0"
65+
var ProjectVersion = "10.4.0"
6666

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

0 commit comments

Comments
 (0)