Skip to content

Commit b93fe56

Browse files
ucirelloSupportSDM
authored andcommitted
go: add port override support for SSH resources
GitOrigin-RevId: bd849465eca61158baeefb432b43b41c85f3ac1c
1 parent 084f8e4 commit b93fe56

File tree

4 files changed

+527
-461
lines changed

4 files changed

+527
-461
lines changed

client.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ import (
4545
const (
4646
defaultAPIHost = "api.strongdm.com:443"
4747
apiVersion = "2021-08-23"
48-
defaultUserAgent = "strongdm-sdk-go/2.3.0"
48+
defaultUserAgent = "strongdm-sdk-go/2.4.0"
4949
)
5050

5151
var _ = metadata.Pairs

0 commit comments

Comments
 (0)