diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 56f36690..ac99049e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.22.7 +current_version = 0.22.8 commit = True message = Update version {current_version} -> {new_version} [skip ci] @@ -10,4 +10,3 @@ replace = const Version = "{new_version}" [bumpversion:file:README.md] search = {current_version} replace = {new_version} - diff --git a/README.md b/README.md index 889b3f37..1ea5ca88 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.22.7 +# IBM Cloud Platform Services Go SDK Version 0.22.8 Go client library to interact with various [IBM Cloud Platform Service APIs](https://cloud.ibm.com/docs?tab=api-docs&category=platform_services). @@ -78,7 +78,7 @@ Service Name | Package name * Go version 1.14 or above. ## Installation -The current version of this SDK: 0.22.7 +The current version of this SDK: 0.22.8 ### 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 316517ac..cdf0859a 100644 --- a/common/version.go +++ b/common/version.go @@ -17,4 +17,4 @@ package common // Version of the SDK -const Version = "0.22.7" +const Version = "0.22.8"