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 302717f + 4f75705 commit a365d2bCopy full SHA for a365d2b
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 = "1.1.0-b3" // todo: remove hardcoded version
48
-var versionSuffix = ""
+var versionSuffix = " (dev)"
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