Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Update version 0.3.0 -> 0.3.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed May 23, 2022
1 parent 769d75f commit c987dd3
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.0
current_version = 0.3.1
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
@@ -1,4 +1,4 @@
# IBM Watson Health Cognitive Services Go SDK Version 0.3.0
# IBM Watson Health Cognitive Services Go SDK Version 0.3.1

## Overview

Expand All @@ -21,7 +21,7 @@ NOTE: You must be signed into IBM Cloud to see the docs.
* Go version 1.14 or above.

## Installation
The current version of this SDK: 0.3.0
The current version of this SDK: 0.3.1

#### Go modules
If your application uses Go modules for dependency management (recommended), just add an import to your
Expand All @@ -42,7 +42,7 @@ Alternatively, you can use the `go get` command to download and install the pack
use it:

```
go get -u github.com/IBM/whcs-go-sdk@v0.3.0
go get -u github.com/IBM/whcs-go-sdk@v0.3.1
```
## Using the SDK

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

// Version of the SDK
const Version = "0.3.0"
const Version = "0.3.1"

0 comments on commit c987dd3

Please sign in to comment.