diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d693506e..1363f7ec 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.2 +current_version = 0.1.3 commit = True message = Update version {current_version} -> {new_version} [skip ci] diff --git a/README.md b/README.md index c5559465..791bfbf5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Release](https://img.shields.io/github/v/release/IBM/cloudant-go-sdk?include_prereleases&sort=semver)](https://github.com/IBM/cloudant-go-sdk/releases/latest) [![Docs](https://img.shields.io/static/v1?label=Godoc&message=latest&color=blue)](https://pkg.go.dev/github.com/IBM/cloudant-go-sdk) -# IBM Cloudant Go SDK Version 0.1.2 +# IBM Cloudant Go SDK Version 0.1.3 IBM Cloudant Go SDK is a client library that interacts with the [IBM Cloudant APIs](https://cloud.ibm.com/apidocs/cloudant?code=go). @@ -104,7 +104,7 @@ project: ## Installation -The current version of this SDK: 0.1.2 +The current version of this SDK: 0.1.3 There are a few different ways to download and install the Cloudant Go SDK project for use by your Go application: @@ -115,7 +115,7 @@ Use this command to download and install the SDK to allow your Go application to use it: ```terminal -go get -u github.com/IBM/cloudant-go-sdk/cloudantv1@v0.1.2 +go get -u github.com/IBM/cloudant-go-sdk/cloudantv1@v0.1.3 ``` ### Go modules diff --git a/common/version.go b/common/version.go index 93cc92d5..d6129591 100644 --- a/common/version.go +++ b/common/version.go @@ -17,4 +17,4 @@ package common // Version of the SDK -const Version = "0.1.2" +const Version = "0.1.3"