We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ecbcf11 + d706733 commit 0ae494aCopy full SHA for 0ae494a
azuredevops/client.go
@@ -45,7 +45,7 @@ var apiResourceLocationCache = make(map[string]*map[uuid.UUID]ApiResourceLocatio
45
var apiResourceLocationCacheLock = sync.RWMutex{}
46
47
var version = "5.1.0-b1" // todo: remove hardcoded version
48
-var versionSuffix = " (dev)"
+var versionSuffix = ""
49
50
// Base user agent string. The UserAgent set on the connection will be appended to this.
51
var baseUserAgent = "go/" + runtime.Version() + " (" + runtime.GOOS + " " + runtime.GOARCH + ") azure-devops-go-api/" + version + versionSuffix
0 commit comments