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 ae66cd1 + 6ac7a57 commit 63b8480Copy full SHA for 63b8480
azuredevops/client.go
@@ -44,7 +44,7 @@ var SessionId = uuid.New().String()
44
var apiResourceLocationCache = make(map[string]*map[uuid.UUID]ApiResourceLocation)
45
var apiResourceLocationCacheLock = sync.RWMutex{}
46
47
-var version = "5.1.0-b1" // todo: remove hardcoded version
+var version = "1.1.0-b3" // todo: remove hardcoded version
48
var versionSuffix = " (dev)"
49
50
// Base user agent string. The UserAgent set on the connection will be appended to this.
0 commit comments