Skip to content

Commit

Permalink
Merge pull request #71 from microsoft/users/tedchamb/suffix
Browse files Browse the repository at this point in the history
Remove ` (dev)` version suffix in UserAgent string in master branch
  • Loading branch information
tedchamb authored May 17, 2020
2 parents ecbcf11 + d706733 commit 0ae494a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azuredevops/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ var apiResourceLocationCache = make(map[string]*map[uuid.UUID]ApiResourceLocatio
var apiResourceLocationCacheLock = sync.RWMutex{}

var version = "5.1.0-b1" // todo: remove hardcoded version
var versionSuffix = " (dev)"
var versionSuffix = ""

// Base user agent string. The UserAgent set on the connection will be appended to this.
var baseUserAgent = "go/" + runtime.Version() + " (" + runtime.GOOS + " " + runtime.GOARCH + ") azure-devops-go-api/" + version + versionSuffix
Expand Down

0 comments on commit 0ae494a

Please sign in to comment.