Skip to content

Commit

Permalink
Update version 0.0.23 -> 0.0.24 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ricellis committed Sep 1, 2020
1 parent 0d37b66 commit 6859369
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.23
current_version = 0.0.24
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 @@ -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)
<!-- [![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 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).

Expand Down Expand Up @@ -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:

Expand Down Expand Up @@ -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"
```

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

// Version of the SDK
const Version = "0.0.23"
const Version = "0.0.24"

0 comments on commit 6859369

Please sign in to comment.