From 8dcf3b7c7003d24a612d5a3f454e3b2f537416ee Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 15 Nov 2023 18:36:59 +0000 Subject: [PATCH] Update version numbers from 5.14.1 -> 5.15.0 [skip ci] --- .bumpversion.cfg | 2 +- README.md | 2 +- core/version.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index db48b2e..d9d1f6a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.14.1 +current_version = 5.15.0 commit = True message = Update version numbers from {current_version} -> {new_version} [skip ci] diff --git a/README.md b/README.md index 9bc2a74..9d1fd62 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.14.1 +# IBM Go SDK Core Version 5.15.0 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 5be9fef..9858006 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.14.1" +const __VERSION__ = "5.15.0"