Skip to content

Commit

Permalink
Edit README.md to contain correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 10, 2024
1 parent f884ab1 commit 28b15b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Actions Status](https://github.com/levigo/neverpile-eureka/workflows/Continuous%20Delivery/badge.svg)](https://github.com/levigo/neverpile-fusion/actions)
[![Made with JAVA](https://img.shields.io/badge/MADE%20with-JAVA-RED.svg)](#JAVA)
[![Generic badge](https://img.shields.io/badge/current%20version-1.8.3-1abc9c.svg)](https://github.com/levigo/neverpile-eureka/tree/v0.2.60)
[![Generic badge](https://img.shields.io/badge/current%20version-1.8.4-1abc9c.svg)](https://github.com/levigo/neverpile-eureka/tree/v0.2.60)

# neverpile-eureka
neverpile eureka - The archive system for the cloud generation.
Expand All @@ -16,7 +16,7 @@ __Import BOM__
<dependency>
<groupId>com.neverpile.eureka</groupId>
<artifactId>neverpile-eureka-bom</artifactId>
<version>1.8.3</version>
<version>1.8.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -28,5 +28,5 @@ __Import Spring-Boot starter__
<dependency>
<groupId>com.neverpile.eureka</groupId>
<artifactId>neverpile-eureka-spring-boot-starter</artifactId>
<version>1.8.3</version>
<version>1.8.4</version>
</dependency>

0 comments on commit 28b15b6

Please sign in to comment.