Skip to content

Commit

Permalink
Merge pull request #209 from mccurdyc/mccurdyc/v1.16.1-client
Browse files Browse the repository at this point in the history
v1.16.1 - update client.go
  • Loading branch information
mccurdyc committed Jul 7, 2020
2 parents 86dd99a + 20b9bbe commit 6354922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastly/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const DefaultRealtimeStatsEndpoint = "https://rt.fastly.com"
var ProjectURL = "github.com/fastly/go-fastly"

// ProjectVersion is the version of this library.
var ProjectVersion = "1.16.0"
var ProjectVersion = "1.16.1"

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

0 comments on commit 6354922

Please sign in to comment.