-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version 0.3.1 -> 0.3.2 [skip ci]
- Loading branch information
1 parent
fd2b508
commit 17f0582
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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). | ||
|
@@ -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: | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,4 @@ | |
package common | ||
|
||
// Version of the SDK | ||
const Version = "0.3.1" | ||
const Version = "0.3.2" |