From 15d40d0b00360c39040bc12e26608bb1f8d210bc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 22 Mar 2024 17:57:44 +0000 Subject: [PATCH] Update version 0.61.2 -> 0.61.3 [skip ci] --- .bumpversion.cfg | 2 +- README.md | 4 ++-- common/version.go | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d2581e56..cda9c817 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.61.2 +current_version = 0.61.3 commit = True message = Update version {current_version} -> {new_version} [skip ci] diff --git a/README.md b/README.md index 8caea45b..37f0a91d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![CLA assistant](https://cla-assistant.io/readme/badge/IBM/platform-services-go-sdk)](https://cla-assistant.io/IBM/platform-services-go-sdk) -# IBM Cloud Platform Services Go SDK Version 0.61.2 +# IBM Cloud Platform Services Go SDK Version 0.61.3 Go client library to interact with various [IBM Cloud Platform Service APIs](https://cloud.ibm.com/docs?tab=api-docs&category=platform_services). @@ -87,7 +87,7 @@ Service Name | Package name * Go version 1.20 or above. ## Installation -The current version of this SDK: 0.61.2 +The current version of this SDK: 0.61.3 ### Go modules If your application uses Go modules for dependency management (recommended), just add an import for each service diff --git a/common/version.go b/common/version.go index 042835e9..cd032d5b 100644 --- a/common/version.go +++ b/common/version.go @@ -17,4 +17,4 @@ package common // Version of the SDK -const Version = "0.61.2" +const Version = "0.61.3"