Skip to content

Commit

Permalink
Update version 9.18.7 -> 9.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Nov 15, 2023
1 parent da0b4be commit f886642
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 9.18.7
current_version = 9.19.0
commit = True
message = Update version {current_version} -> {new_version}

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
[![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)
[![CLA assistant](https://cla-assistant.io/readme/badge/ibm/java-sdk-core)](https://cla-assistant.io/ibm/java-sdk-core)

# IBM Java SDK Core Version 9.18.7
# IBM Java SDK Core Version 9.19.0
This project contains core functionality required by Java code generated by the IBM Cloud OpenAPI SDK Generator
(openapi-sdkgen).

## Installation
The current version of the project: 9.18.7
The current version of the project: 9.19.0

You can use this project by defining it as a dependency within your Java SDK project
(i.e. a project containing Java code generated by the IBM Cloud OpenAPI SDK Generator).
Expand All @@ -19,14 +19,14 @@ You can use this project by defining it as a dependency within your Java SDK pro
<dependency>
<groupId>com.ibm.cloud</groupId>
<artifactId>sdk-core</artifactId>
<version>9.18.7</version>
<version>9.19.0</version>
</dependency>
```

##### Gradle

```gradle
'com.ibm.cloud:sdk-core:9.18.7'
'com.ibm.cloud:sdk-core:9.19.0'
```

## Prerequisites
Expand Down

0 comments on commit f886642

Please sign in to comment.