Skip to content

Commit af5870c

Browse files
Update version 9.17.3 -> 9.17.4
1 parent 146da6f commit af5870c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.bumpversion.cfg

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

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
[![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)
55
[![CLA assistant](https://cla-assistant.io/readme/badge/ibm/java-sdk-core)](https://cla-assistant.io/ibm/java-sdk-core)
66

7-
# IBM Java SDK Core Version 9.17.3
7+
# IBM Java SDK Core Version 9.17.4
88
This project contains core functionality required by Java code generated by the IBM Cloud OpenAPI SDK Generator
99
(openapi-sdkgen).
1010

1111
## Installation
12-
The current version of the project: 9.17.3
12+
The current version of the project: 9.17.4
1313

1414
You can use this project by defining it as a dependency within your Java SDK project
1515
(i.e. a project containing Java code generated by the IBM Cloud OpenAPI SDK Generator).
@@ -19,14 +19,14 @@ You can use this project by defining it as a dependency within your Java SDK pro
1919
<dependency>
2020
<groupId>com.ibm.cloud</groupId>
2121
<artifactId>sdk-core</artifactId>
22-
<version>9.17.3</version>
22+
<version>9.17.4</version>
2323
</dependency>
2424
```
2525

2626
##### Gradle
2727

2828
```gradle
29-
'com.ibm.cloud:sdk-core:9.17.3'
29+
'com.ibm.cloud:sdk-core:9.17.4'
3030
```
3131

3232
## Prerequisites

0 commit comments

Comments
 (0)