Skip to content

Commit

Permalink
Update version 0.3.1 -> 0.3.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudant-sdks-automation committed Jan 5, 2023
1 parent fd2b508 commit 17f0582
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.3.1
current_version = 0.3.2
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.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).
Expand Down Expand Up @@ -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:
Expand All @@ -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/[email protected].1
go get -u github.com/IBM/cloudant-go-sdk/[email protected].2
```

### 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.3.1"
const Version = "0.3.2"

0 comments on commit 17f0582

Please sign in to comment.