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 = v0.1.10
2
+ current_version = v0.1.11
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/sql-query-go-sdk.svg?branch=main )] ( https://travis-ci.com/IBM/sql-query-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 SqlQuery Go SDK Version 0.1.10
4
+ # IBM Cloud SqlQuery Go SDK Version 0.1.11
5
5
The IBM Cloud SqlQuery Go SDK allows developers to programmatically interact with [ IBM Cloud SQL Query] ( https://cloud.ibm.com/apidocs/sql-query ) .
6
6
7
7
Disclaimer: this SDK is being released initially as a ** pre-release** version.
@@ -52,7 +52,7 @@ Service Name | Package name
52
52
* Go version 1.15 or above.
53
53
54
54
## Installation
55
- The current version of this SDK: 0.1.10
55
+ The current version of this SDK: 0.1.11
56
56
57
57
There are a few different ways to download and install IBM Cloud SqlQuery 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/sql-query-go-sdk"
88
- version = "0.1.10 "
88
+ version = "0.1.11 "
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 = "0.1.10 "
20
+ const Version = "0.1.11 "
You can’t perform that action at this time.
0 commit comments