Skip to content

Commit

Permalink
Update version 0.1.2 -> 0.1.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudant-sdks-automation committed May 27, 2022
1 parent 79c81a4 commit 0f226d7
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.1.2
current_version = 0.1.3
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 @@ -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.1.2
# IBM Cloudant Go SDK Version 0.1.3

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 @@ -104,7 +104,7 @@ project:

## Installation

The current version of this SDK: 0.1.2
The current version of this SDK: 0.1.3

There are a few different ways to download and install the
Cloudant Go SDK project for use by your Go application:
Expand All @@ -115,7 +115,7 @@ Use this command to download and install the SDK to allow your Go application to
use it:

```terminal
go get -u github.com/IBM/cloudant-go-sdk/[email protected].2
go get -u github.com/IBM/cloudant-go-sdk/[email protected].3
```

### Go modules
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.1.2"
const Version = "0.1.3"

0 comments on commit 0f226d7

Please sign in to comment.