Skip to content

Commit

Permalink
Update version 0.0.30 -> 0.0.31 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudant-sdks-automation committed Apr 15, 2021
1 parent 68f4466 commit 5a0f012
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.30
current_version = 0.0.31
commit = True
message = Update version {current_version} -> {new_version} [skip ci]

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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.0.30
# IBM Cloudant Go SDK Version 0.0.31

IBM Cloudant Go SDK is a client library that interacts with the
[IBM Cloudant APIs](https://cloud.ibm.com/apidocs/cloudant?code=go).
Expand Down Expand Up @@ -110,7 +110,7 @@ project:

## Installation

The current version of this SDK: 0.0.30
The current version of this SDK: 0.0.31

There are a few different ways to download and install the
Cloudant Go SDK project for use by your Go application:
Expand Down Expand Up @@ -147,7 +147,7 @@ Here is an example:
```terminal
[[constraint]]
name = "github.com/IBM/cloudant-go-sdk"
version = "0.0.30"
version = "0.0.31"
```

Expand Down
2 changes: 1 addition & 1 deletion common/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
package common

// Version of the SDK
const Version = "0.0.30"
const Version = "0.0.31"

0 comments on commit 5a0f012

Please sign in to comment.