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.
1 parent 758bc52 commit c213ee7Copy full SHA for c213ee7
mongodbatlas/mongodbatlas.go
@@ -41,7 +41,7 @@ const (
41
gzipMediaType = "application/gzip"
42
libraryName = "go-mongodbatlas"
43
// Version the version of the current API client. Should be set to the next version planned to be released.
44
- Version = "0.31.0"
+ Version = "0.32.0"
45
)
46
47
var (
0 commit comments