Skip to content

Commit 5ca05d7

Browse files
Update version 0.16.1 -> 0.17.0
1 parent 1bf38c5 commit 5ca05d7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.16.1
2+
current_version = 0.17.0
33
commit = True
44
message = Update version {current_version} -> {new_version}
55

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
66
[![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)
77

8-
# IBM Cloud VPC Java SDK Version 0.16.1
8+
# IBM Cloud VPC Java SDK Version 0.17.0
99
Java client library to interact with various [IBM Cloud VPC offerings](https://cloud.ibm.com/apidocs/vpc?code=java?).
1010

1111
This SDK uses [Semantic Versioning](https://semver.org), and as such there may be backward-incompatible changes for any new `0.y.z` version.
@@ -42,7 +42,7 @@ The IBM Cloud VPC Java SDK allows developers to programmatically interact with t
4242

4343
Service Name | Artifact Coordinates
4444
--- | ---
45-
[VPC](https://cloud.ibm.com/apidocs/vpc?code=java) | com.ibm.cloud:vpc:0.16.1
45+
[VPC](https://cloud.ibm.com/apidocs/vpc?code=java) | com.ibm.cloud:vpc:0.17.0
4646

4747
## Prerequisites
4848

@@ -53,7 +53,7 @@ Service Name | Artifact Coordinates
5353
* Java 8 or above.
5454

5555
## Installation
56-
The current version of this SDK is: 0.16.1
56+
The current version of this SDK is: 0.17.0
5757

5858
Each service's artifact coordinates are listed in the **Overview** table.
5959

@@ -74,13 +74,13 @@ artifact coordinates (group id, artifact id, and version) for the service, like
7474
<dependency>
7575
<groupId>com.ibm.cloud</groupId>
7676
<artifactId>vpc</artifactId>
77-
<version>0.16.1</version>
77+
<version>0.17.0</version>
7878
</dependency>
7979
```
8080

8181
##### Gradle
8282
```gradle
83-
'com.ibm.cloud:vpc:0.16.1'
83+
'com.ibm.cloud:vpc:0.17.0'
8484
```
8585

8686
## Using the SDK

0 commit comments

Comments
 (0)