Skip to content

Commit 0ae494a

Browse files
authored
Merge pull request microsoft#71 from microsoft/users/tedchamb/suffix
Remove ` (dev)` version suffix in UserAgent string in master branch
2 parents ecbcf11 + d706733 commit 0ae494a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azuredevops/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ var apiResourceLocationCache = make(map[string]*map[uuid.UUID]ApiResourceLocatio
4545
var apiResourceLocationCacheLock = sync.RWMutex{}
4646

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

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

0 commit comments

Comments
 (0)