Skip to content

Commit

Permalink
regenerate sdks for version bump
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 4e7f282282a22b554397daefe7d2a8889a1a742a
  • Loading branch information
wcraigjones authored and SupportSDM committed Nov 24, 2021
1 parent 2f209ff commit e07d84a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdm/internal/sdk/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import (
const (
defaultAPIHost = "api.strongdm.com:443"
apiVersion = "2021-08-23"
defaultUserAgent = "strongdm-sdk-go/0.9.35"
defaultUserAgent = "strongdm-sdk-go/0.9.36"
)

var _ = metadata.Pairs
Expand Down
2 changes: 1 addition & 1 deletion sdm/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
sdm "github.com/strongdm/terraform-provider-sdm/sdm/internal/sdk"
)

const userAgent = "terraform-provider-sdm/1.0.31"
const userAgent = "terraform-provider-sdm/1.0.32"

// Provider returns a terraform.ResourceProvider.
func Provider() terraform.ResourceProvider {
Expand Down

0 comments on commit e07d84a

Please sign in to comment.