diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a395678..c099fe4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.8.1 +current_version = 5.8.2 commit = True message = Update version numbers from {current_version} -> {new_version} [skip ci] diff --git a/README.md b/README.md index 9c2e8c6..ac4ff93 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.8.1 +# IBM Go SDK Core Version 5.8.2 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 0d587a2..9042252 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.8.1" +const __VERSION__ = "5.8.2"