Skip to content

Commit 3c8176f

Browse files
committed
4.3.2
1 parent 2763f7c commit 3c8176f

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ programming language.
55

66
Learn more with our [📚strongDM API docs](https://www.strongdm.com/docs/api/) or
77
[📓browse the SDK
8-
reference](https://pkg.go.dev/github.com/strongdm/strongdm-sdk-go/v3?tab=doc).
8+
reference](https://pkg.go.dev/github.com/strongdm/strongdm-sdk-go/v4?tab=doc).
99

1010
## Installation
1111

1212
```bash
13-
$ go get github.com/strongdm/strongdm-sdk-go/v3
13+
$ go get github.com/strongdm/strongdm-sdk-go/v4
1414
```
1515

1616
strongDM uses [semantic versioning](https://semver.org/). We do not guarantee
@@ -68,8 +68,7 @@ func main() {
6868

6969
## Useful Links
7070

71-
- Documentation: [sdm package · pkg.go.dev](https://pkg.go.dev/github.com/strongdm/strongdm-sdk-go/v3?tab=doc)
72-
- [Migrating from v2 to v3](https://github.com/strongdm/strongdm-sdk-go/releases/tag/v3.0.0)
71+
- Documentation: [sdm package · pkg.go.dev](https://pkg.go.dev/github.com/strongdm/strongdm-sdk-go/v4?tab=doc)
7372
- [Migrating from Role Grants to Access Rules](https://github.com/strongdm/strongdm-sdk-go/wiki/Migrating-from-Role-Grants-to-Access-Rules)
7473
- Examples: [GitHub - strongdm/strongdm-sdk-go-examples](https://github.com/strongdm/strongdm-sdk-go-examples)
7574
1. [Managing Resources](https://github.com/strongdm/strongdm-sdk-go-examples/tree/master/1_managing_resources)

client.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

constants.go

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/strongdm/strongdm-sdk-go/v3
1+
module github.com/strongdm/strongdm-sdk-go/v4
22

33
go 1.15
44

plumbing.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

svc.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)