Skip to content

Commit

Permalink
Merge pull request #2901 from shiftstack/useragent
Browse files Browse the repository at this point in the history
Set the user agent to `v2-unreleased`
  • Loading branch information
EmilienM committed Feb 9, 2024
2 parents 0649282 + 2cac7f4 commit d270c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

// DefaultUserAgent is the default User-Agent string set in the request header.
const (
DefaultUserAgent = "gophercloud/v2.0.0-beta.1"
DefaultUserAgent = "gophercloud/v2-unreleased"
DefaultMaxBackoffRetries = 60
)

Expand Down

0 comments on commit d270c49

Please sign in to comment.