Skip to content

Commit

Permalink
chore: bump version throughout package
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasroy-ibm committed Feb 23, 2021
1 parent cd67c25 commit 4f6d4a5
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.1
current_version = 0.1.0
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 @@ -3,7 +3,7 @@
[![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 Code Engine Go SDK 0.0.1
# IBM Cloud Code Engine Go SDK 0.1.0
Go client library to interact with the [Code Engine API](https://cloud.ibm.com/apidocs/codeengine).

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

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

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

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.0.1"
const Version = "0.1.0"

0 comments on commit 4f6d4a5

Please sign in to comment.