Skip to content

Commit 63b8480

Browse files
authored
Merge pull request microsoft#73 from microsoft/users/tedchamb/bv
bump version to 1.0.0-b3
2 parents ae66cd1 + 6ac7a57 commit 63b8480

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
@@ -44,7 +44,7 @@ var SessionId = uuid.New().String()
4444
var apiResourceLocationCache = make(map[string]*map[uuid.UUID]ApiResourceLocation)
4545
var apiResourceLocationCacheLock = sync.RWMutex{}
4646

47-
var version = "5.1.0-b1" // todo: remove hardcoded version
47+
var version = "1.1.0-b3" // todo: remove hardcoded version
4848
var versionSuffix = " (dev)"
4949

5050
// Base user agent string. The UserAgent set on the connection will be appended to this.

0 commit comments

Comments
 (0)