From 17f058296c610a6621f587197c0e755690685f9a Mon Sep 17 00:00:00 2001 From: cloudant-sdks-automation <71659186+cloudant-sdks-automation@users.noreply.github.com> Date: Thu, 5 Jan 2023 20:00:58 +0000 Subject: [PATCH] Update version 0.3.1 -> 0.3.2 [skip ci] --- .bumpversion.cfg | 2 +- README.md | 6 +++--- common/version.go | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6959b70e..71900b12 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.1 +current_version = 0.3.2 commit = True message = Update version {current_version} -> {new_version} [skip ci] diff --git a/README.md b/README.md index 762c63d2..a807e52c 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.3.1 +# IBM Cloudant Go SDK Version 0.3.2 IBM Cloudant Go SDK is a client library that interacts with the [IBM Cloudant APIs](https://cloud.ibm.com/apidocs/cloudant?code=go). @@ -103,7 +103,7 @@ project: ## Installation -The current version of this SDK: 0.3.1 +The current version of this SDK: 0.3.2 There are a few different ways to download and add the Cloudant Go SDK project for use by your Go application: @@ -114,7 +114,7 @@ Use this command to download and add the SDK to allow your Go application to use it: ```terminal -go get -u github.com/IBM/cloudant-go-sdk/cloudantv1@v0.3.1 +go get -u github.com/IBM/cloudant-go-sdk/cloudantv1@v0.3.2 ``` ### Go modules diff --git a/common/version.go b/common/version.go index f4764e7c..b11caf50 100644 --- a/common/version.go +++ b/common/version.go @@ -17,4 +17,4 @@ package common // Version of the SDK -const Version = "0.3.1" +const Version = "0.3.2"