Skip to content

Commit 0c688a5

Browse files
Update version 1.1.6 -> 1.1.7 [skip ci]
1 parent 0497eaf commit 0c688a5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "1.1.6"
2+
current_version = "1.1.7"
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
@@ -7,7 +7,7 @@
77
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
88
[![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)
99

10-
# IBM Storage Ceph as a Service SDK - 1.1.6
10+
# IBM Storage Ceph as a Service SDK - 1.1.7
1111
Go client library to interact with the various [IBM Cloud Sds Sdk APIs](https://cloud.ibm.com/apidocs?category=sds-go-sdk).
1212

1313
Disclaimer: this SDK is being released initially as a **pre-release** version.
@@ -27,7 +27,7 @@ Changes might occur which impact applications that use this SDK.
2727
<!-- toc -->
2828

2929
- [IBM Storage Ceph as a Service SDK](#ibm-storage-ceph-as-a-service-sdk)
30-
- [IBM Storage Ceph as a Service SDK - 1.1.6](#ibm-storage-ceph-as-a-service-sdk---113)
30+
- [IBM Storage Ceph as a Service SDK - 1.1.7](#ibm-storage-ceph-as-a-service-sdk---113)
3131
- [Table of Contents](#table-of-contents)
3232
- [Overview](#overview)
3333
- [Prerequisites](#prerequisites)
@@ -60,7 +60,7 @@ Service Name | Package name
6060
* Go version 1.21 or above.
6161

6262
## Installation
63-
The current version of this SDK: 1.1.6
63+
The current version of this SDK: 1.1.7
6464

6565
### Go modules
6666
If your application uses Go modules for dependency management (recommended), just add an import for each service

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 = "1.1.6"
20+
const Version = "1.1.7"

0 commit comments

Comments
 (0)