diff --git a/.bumpversion.cfg b/.bumpversion.cfg index dc5508c8..41e99c95 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.11.1 +current_version = 0.11.2 commit = True message = Update version {current_version} -> {new_version} [skip ci] diff --git a/README.md b/README.md index fefe2dab..dce792f4 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) -# IBM Cloud Platform Services Go SDK Version 0.11.1 +# IBM Cloud Platform Services Go SDK Version 0.11.2 Go client library to interact with various [IBM Cloud Platform Service APIs](https://cloud.ibm.com/docs?tab=api-docs&category=platform_services). @@ -71,7 +71,7 @@ Service Name | Package name * Go version 1.12 or above. ## Installation -The current version of this SDK: 0.11.1 +The current version of this SDK: 0.11.2 There are a few different ways to download and install the Platform Services Go SDK project for use by your Go application: @@ -104,7 +104,7 @@ to your `Gopkg.toml` file. Here is an example: ``` [[constraint]] name = "github.com/IBM/platform-services-go-sdk/globalsearchv2" - version = "0.11.1" + version = "0.11.2" ``` diff --git a/common/version.go b/common/version.go index 9e78a29c..6e054107 100644 --- a/common/version.go +++ b/common/version.go @@ -17,4 +17,4 @@ package common // Version of the SDK -const Version = "0.11.1" +const Version = "0.11.2"