diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f94defe1..4a7442da 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.23 +current_version = 0.0.24 commit = True message = Update version {current_version} -> {new_version} [skip ci] diff --git a/README.md b/README.md index 609b50a6..cd39b39a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ [![Build Status](https://travis-ci.com/IBM/cloudant-go-sdk.svg?branch=master)](https://travis-ci.com/IBM/cloudant-go-sdk) -# IBM Cloudant Go SDK Version 0.0.23 +# IBM Cloudant Go SDK Version 0.0.24 Go client library to interact with the various [IBM Cloudant APIs](https://cloud.ibm.com/apidocs/cloudant?code=go). @@ -89,7 +89,7 @@ Reasons why you should consider using Cloudant SDK for Go in your project: ## Installation -The current version of this SDK: 0.0.23 +The current version of this SDK: 0.0.24 There are a few different ways to download and install the Cloudant Go SDK project for use by your Go application: @@ -121,7 +121,7 @@ to your `Gopkg.toml` file. Here is an example: ```terminal [[constraint]] name = "github.com/IBM/cloudant-go-sdk" - version = "0.0.23" + version = "0.0.24" ``` diff --git a/common/version.go b/common/version.go index 0ab51741..5a2cbdaf 100644 --- a/common/version.go +++ b/common/version.go @@ -15,4 +15,4 @@ package common // Version of the SDK -const Version = "0.0.23" +const Version = "0.0.24"