diff --git a/internal/core/version.go b/internal/core/version.go index 920fc78f..7a5702d1 100644 --- a/internal/core/version.go +++ b/internal/core/version.go @@ -5,7 +5,7 @@ package core // For more information please see: https://github.com/mongodb/atlas-sdk-go/blob/main/docs/doc_1_concepts.md const ( // SDK release tag version. - Version = "v20231115008.0.0" + Version = "v20231115008.1.0" // Resource Version. Resource = "20231115" )