Skip to content

Commit 5aefbf3

Browse files
Update version 9.21.1 -> 9.21.2
1 parent 6100e24 commit 5aefbf3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.bumpversion.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "9.21.1"
2+
current_version = "9.21.2"
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.21.1
7+
# IBM Java SDK Core Version 9.21.2
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.21.1
12+
The current version of the project: 9.21.2
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.21.1</version>
22+
<version>9.21.2</version>
2323
</dependency>
2424
```
2525

2626
##### Gradle
2727

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

3232
## Prerequisites

0 commit comments

Comments
 (0)