File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 3.1 .0
2
+ current_version = 4.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 3.1 .0
4
+ # IBM Cloud Code Engine Go SDK 4.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
@@ -17,7 +17,7 @@ Go client library to interact with the [Code Engine API](https://cloud.ibm.com/a
17
17
18
18
<!-- toc -->
19
19
20
- - [ IBM Cloud Code Engine Go SDK 3.1 .0] ( #ibm-cloud-code-engine-go-sdk-310 )
20
+ - [ IBM Cloud Code Engine Go SDK 4.0 .0] ( #ibm-cloud-code-engine-go-sdk-310 )
21
21
- [ Table of Contents] ( #table-of-contents )
22
22
- [ Overview] ( #overview )
23
23
- [ Prerequisites] ( #prerequisites )
@@ -52,7 +52,7 @@ Service Name | Package name
52
52
* Go version 1.18 or above.
53
53
54
54
## Installation
55
- The current version of this SDK: 3.1 .0
55
+ The current version of this SDK: 4.0 .0
56
56
57
57
There are a few different ways to download and install the Code Engine Go SDK project for use by your
58
58
Go application:
@@ -85,7 +85,7 @@ to your `Gopkg.toml` file. Here is an example:
85
85
```
86
86
[[constraint]]
87
87
name = "github.com/IBM/code-engine-go-sdk"
88
- version = "3.1 .0"
88
+ version = "4.0 .0"
89
89
90
90
```
91
91
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 = "3.1 .0"
20
+ const Version = "4.0 .0"
You can’t perform that action at this time.
0 commit comments