From 849e8e7a25c42cfd6fdc05fcf45b90292525e907 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 2 Feb 2022 16:27:22 +0000 Subject: [PATCH] Update version numbers from 5.9.1 -> 5.9.2 [skip ci] --- .bumpversion.cfg | 2 +- README.md | 2 +- v5/core/version.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index cf5e94e..fdd549d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.9.1 +current_version = 5.9.2 commit = True message = Update version numbers from {current_version} -> {new_version} [skip ci] diff --git a/README.md b/README.md index 9b9bd19..080c8c8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,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.9.1 +# IBM Go SDK Core Version 5.9.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 9f8c0a0..bf38e71 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.9.1" +const __VERSION__ = "5.9.2"