Skip to content

Commit

Permalink
[githubAction] increment Patch Version to 1.2.4 in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed May 2, 2024
1 parent 4801c76 commit 81708f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Gradle:

```gradle
dependencies {
implementation group: 'com.hopper.cloud', name: 'cloud-airlines-java', version: '1.2.3'
implementation group: 'com.hopper.cloud', name: 'cloud-airlines-java', version: '1.2.4'
}
```

Expand All @@ -56,7 +56,7 @@ Maven:
<dependency>
<groupId>com.hopper.cloud</groupId>
<artifactId>cloud-airlines-java</artifactId>
<version>1.2.3</version>
<version>1.2.4</version>
</dependency>

```
Expand Down

0 comments on commit 81708f3

Please sign in to comment.