Skip to content

Commit

Permalink
Update version 0.1.0 -> 0.2.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Dec 7, 2023
1 parent b8c167c commit 86a46f4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.0
current_version = 0.2.0
commit = True
message = Update version {current_version} -> {new_version} [skip ci]

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Build Status](https://travis-ci.com/IBM/watsonxdata-go-sdk.svg?branch=main)](https://travis-ci.com/IBM/watsonxdata-go-sdk)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)

# IBM Cloud Watsonx.data Go SDK 0.1.0
# IBM Cloud Watsonx.data Go SDK 0.2.0
Go client library to interact with the various [IBM Cloud Watsonx.data APIs](https://cloud.ibm.com/apidocs?category=watsonx.data).

Disclaimer: this SDK is being released initially as a **pre-release** version.
Expand Down Expand Up @@ -51,7 +51,7 @@ Service Name | Package name
* Go version 1.18 or above.

## Installation
The current version of this SDK: 0.1.0
The current version of this SDK: 0.2.0

### Go modules
If your application uses Go modules for dependency management (recommended), just add an import for each service
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.0"
const Version = "0.2.0"

0 comments on commit 86a46f4

Please sign in to comment.