Skip to content

Commit

Permalink
Update version 9.12.0 -> 9.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Aug 13, 2021
1 parent c64b6e6 commit 56994f5
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.12.0
current_version = 9.12.1
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 @@ -5,12 +5,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.12.0
# IBM Java SDK Core Version 9.12.1
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.12.0
The current version of the project: 9.12.1

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 @@ -20,14 +20,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.12.0</version>
<version>9.12.1</version>
</dependency>
```

##### Gradle

```gradle
'com.ibm.cloud:sdk-core:9.12.0'
'com.ibm.cloud:sdk-core:9.12.1'
```

## Prerequisites
Expand Down

0 comments on commit 56994f5

Please sign in to comment.