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.0.2 -> 0.0.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Aug 14, 2020
1 parent 706956f commit 0643059
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.2
current_version = 0.0.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
@@ -1,4 +1,4 @@
# IBM Watson Health Cognitive Services Go SDK Version 0.0.2
# IBM Watson Health Cognitive Services Go SDK Version 0.0.3

## Overview

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

## Installation
The current version of this SDK: 0.0.2
The current version of this SDK: 0.0.3

There are a few different ways to download and install the MySDK Go SDK project for use by your
Go application:
Expand Down Expand Up @@ -53,7 +53,7 @@ to your `Gopkg.toml` file. Here is an example:
```
[[constraint]]
name = "github.com/IBM/whcs-go-sdk"
version = "0.0.2"
version = "0.0.3"
```

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.0.2"
const Version = "0.0.3"

0 comments on commit 0643059

Please sign in to comment.