Skip to content

Commit b44dba4

Browse files
Update version v0.1.10 -> v0.1.11 [skip ci]
1 parent 72d79c6 commit b44dba4

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 = v0.1.10
2+
current_version = v0.1.11
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
@@ -1,7 +1,7 @@
11
[![Build Status](https://travis-ci.com/IBM/sql-query-go-sdk.svg?branch=main)](https://travis-ci.com/IBM/sql-query-go-sdk)
22
[![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)
33

4-
# IBM Cloud SqlQuery Go SDK Version 0.1.10
4+
# IBM Cloud SqlQuery Go SDK Version 0.1.11
55
The IBM Cloud SqlQuery Go SDK allows developers to programmatically interact with [IBM Cloud SQL Query](https://cloud.ibm.com/apidocs/sql-query).
66

77
Disclaimer: this SDK is being released initially as a **pre-release** version.
@@ -52,7 +52,7 @@ Service Name | Package name
5252
* Go version 1.15 or above.
5353

5454
## Installation
55-
The current version of this SDK: 0.1.10
55+
The current version of this SDK: 0.1.11
5656

5757
There are a few different ways to download and install IBM Cloud SqlQuery Go SDK project for use by your
5858
Go application:
@@ -85,7 +85,7 @@ to your `Gopkg.toml` file. Here is an example:
8585
```
8686
[[constraint]]
8787
name = "github.com/IBM/sql-query-go-sdk"
88-
version = "0.1.10"
88+
version = "0.1.11"
8989
9090
```
9191

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.1.10"
20+
const Version = "0.1.11"

0 commit comments

Comments
 (0)