From ac56ea8a251446d900080ae46aa69fa245dfacdc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 22 Oct 2024 16:00:45 +0000 Subject: [PATCH] Update version 0.69.3 -> 0.69.4 [skip ci] --- .bumpversion.toml | 2 +- README.md | 4 ++-- common/version.go | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index d9ef6f50..9ea1af42 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.69.3" +current_version = "0.69.4" commit = true message = "Update version {current_version} -> {new_version} [skip ci]" diff --git a/README.md b/README.md index f8472e43..13925d28 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.69.3 +# IBM Cloud Platform Services Go SDK Version 0.69.4 Go client library to interact with various [IBM Cloud Platform Service APIs](https://cloud.ibm.com/docs?tab=api-docs&category=platform_services). @@ -88,7 +88,7 @@ Service Name | Package name * Go version 1.21 or above. ## Installation -The current version of this SDK: 0.69.3 +The current version of this SDK: 0.69.4 ### 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 72716c49..663af166 100644 --- a/common/version.go +++ b/common/version.go @@ -17,4 +17,4 @@ package common // Version of the SDK -const Version = "0.69.3" +const Version = "0.69.4"