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 = 1 .0.0
2
+ current_version = 2 .0.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 1
1
[ ![ Build Status] ( https://travis-ci.com/IBM/code-engine-go-sdk.svg?branch=main )] ( https://travis-ci.com/IBM/code-engine-go-sdk )
2
2
[ ![ 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 )
3
3
4
- # IBM Cloud Code Engine Go SDK 1 .0.0
4
+ # IBM Cloud Code Engine Go SDK 2 .0.0
5
5
Go client library to interact with the [ Code Engine API] ( https://cloud.ibm.com/apidocs/codeengine ) .
6
6
7
7
## Table of Contents
@@ -50,7 +50,7 @@ Service Name | Package name
50
50
* Go version 1.18 or above.
51
51
52
52
## Installation
53
- The current version of this SDK: 1 .0.0
53
+ The current version of this SDK: 2 .0.0
54
54
55
55
There are a few different ways to download and install the Code Engine Go SDK project for use by your
56
56
Go application:
@@ -83,7 +83,7 @@ to your `Gopkg.toml` file. Here is an example:
83
83
```
84
84
[[constraint]]
85
85
name = "github.com/IBM/code-engine-go-sdk"
86
- version = "1 .0.0"
86
+ version = "2 .0.0"
87
87
88
88
```
89
89
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 = "1 .0.0"
20
+ const Version = "2 .0.0"
You can’t perform that action at this time.
0 commit comments