From abfe1181ddb5f062fda5d34524be5f5f2c13214a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 21 Oct 2024 16:48:54 +0000 Subject: [PATCH] Update version 5.18.0 -> 5.18.1 [skip ci] --- .bumpversion.toml | 2 +- README.md | 2 +- core/version.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index 9928608..3586f28 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "5.18.0" +current_version = "5.18.1" commit = true message = "Update version {current_version} -> {new_version} [skip ci]" diff --git a/README.md b/README.md index 1cd53e5..ff475aa 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.18.0 +# IBM Go SDK Core Version 5.18.1 This project contains core functionality required by Go code generated by the IBM Cloud OpenAPI SDK Generator (openapi-sdkgen). diff --git a/core/version.go b/core/version.go index 14ed664..09086ce 100644 --- a/core/version.go +++ b/core/version.go @@ -15,4 +15,4 @@ package core // limitations under the License. // Version of the SDK -const __VERSION__ = "5.18.0" +const __VERSION__ = "5.18.1"