diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ad3b6bc..5841c24 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.7.0 +current_version = 5.7.1 commit = True message = Update version numbers from {current_version} -> {new_version} [skip ci] diff --git a/README.md b/README.md index f5c9b01..bb9a8f5 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![CLA assistant](https://cla-assistant.io/readme/badge/ibm/go-sdk-core)](https://cla-assistant.io/ibm/go-sdk-core) -# IBM Go SDK Core Version 5.7.0 +# IBM Go SDK Core Version 5.7.1 This project contains core functionality required by Go code generated by the IBM Cloud OpenAPI SDK Generator (openapi-sdkgen). diff --git a/v5/core/version.go b/v5/core/version.go index e5ab1d2..cbbda08 100644 --- a/v5/core/version.go +++ b/v5/core/version.go @@ -15,4 +15,4 @@ package core // limitations under the License. // Version of the SDK -const __VERSION__ = "5.7.0" +const __VERSION__ = "5.7.1"