Skip to content

Commit

Permalink
Update version 0.0.27 -> 0.0.28 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudant-sdks-automation committed Jan 12, 2021
1 parent 2f025d9 commit e398a02
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.27
current_version = 0.0.28
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 @@ -13,7 +13,7 @@
[![Build Status](https://travis-ci.com/IBM/cloudant-go-sdk.svg?branch=master)](https://travis-ci.com/IBM/cloudant-go-sdk)
[![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)

# IBM Cloudant Go SDK Version 0.0.27
# IBM Cloudant Go SDK Version 0.0.28

Go client library to interact with the
[IBM Cloudant APIs](https://cloud.ibm.com/apidocs/cloudant?code=go).
Expand Down Expand Up @@ -111,7 +111,7 @@ project:

## Installation

The current version of this SDK: 0.0.27
The current version of this SDK: 0.0.28

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 @@ -148,7 +148,7 @@ Here is an example:
```terminal
[[constraint]]
name = "github.com/IBM/cloudant-go-sdk"
version = "0.0.27"
version = "0.0.28"
```

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.27"
const Version = "0.0.28"

0 comments on commit e398a02

Please sign in to comment.