Skip to content

Commit 4f6d4a5

Browse files
committed
chore: bump version throughout package
1 parent cd67c25 commit 4f6d4a5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.1
2+
current_version = 0.1.0
33
commit = True
44
message = Update version {current_version} -> {new_version} [skip ci]
55

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![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)
44
-->
55

6-
# IBM Cloud Code Engine Go SDK 0.0.1
6+
# IBM Cloud Code Engine Go SDK 0.1.0
77
Go client library to interact with the [Code Engine API](https://cloud.ibm.com/apidocs/codeengine).
88

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

5656
## Installation
57-
The current version of this SDK: 0.0.1
57+
The current version of this SDK: 0.1.0
5858

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

common/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
package common
1818

1919
// Version of the SDK
20-
const Version = "0.0.1"
20+
const Version = "0.1.0"

0 commit comments

Comments
 (0)