File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.0.1
2
+ current_version = 0.1.0
3
3
commit = True
4
4
message = Update version {current_version} -> {new_version} [skip ci]
5
5
Original file line number Diff line number Diff line change 3
3
[](https://github.com/semantic-release/semantic-release)
4
4
-->
5
5
6
- # IBM Cloud Code Engine Go SDK 0.0.1
6
+ # IBM Cloud Code Engine Go SDK 0.1.0
7
7
Go client library to interact with the [ Code Engine API] ( https://cloud.ibm.com/apidocs/codeengine ) .
8
8
9
9
Disclaimer: this SDK is being released initially as a ** pre-release** version.
@@ -54,7 +54,7 @@ Service Name | Package name
54
54
* Go version 1.12 or above.
55
55
56
56
## Installation
57
- The current version of this SDK: 0.0.1
57
+ The current version of this SDK: 0.1.0
58
58
59
59
There are a few different ways to download and install the Code Engine Go SDK project for use by your
60
60
Go application:
@@ -87,7 +87,7 @@ to your `Gopkg.toml` file. Here is an example:
87
87
```
88
88
[[constraint]]
89
89
name = "github.com/IBM/code-engine-go-sdk"
90
- version = "0.0.1 "
90
+ version = "0.1.0 "
91
91
92
92
```
93
93
Original file line number Diff line number Diff line change 17
17
package common
18
18
19
19
// Version of the SDK
20
- const Version = "0.0.1 "
20
+ const Version = "0.1.0 "
You can’t perform that action at this time.
0 commit comments