Skip to content

Commit 2fdbbe7

Browse files
committed
version update in readme
1 parent 95f2274 commit 2fdbbe7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ Release Version: [Maven central](https://search.maven.org/search?q=g:com.github.
7171
* Add dependency
7272
* Gradle
7373
```groovy
74-
implementation 'com.github.sonus21:rqueue-spring-boot-starter:2.8.0-RELEASE'
74+
implementation 'com.github.sonus21:rqueue-spring-boot-starter:2.9.0-RELEASE'
7575
```
7676
* Maven
7777
```xml
7878
<dependency>
7979
<groupId>com.github.sonus21</groupId>
8080
<artifactId>rqueue-spring-boot-starter</artifactId>
81-
<version>2.8.0-RELEASE</version>
81+
<version>2.9.0-RELEASE</version>
8282
</dependency>
8383
```
8484
@@ -91,14 +91,14 @@ Release Version: [Maven central](https://search.maven.org/search?q=g:com.github.
9191
* Add Dependency
9292
* Gradle
9393
```groovy
94-
implementation 'com.github.sonus21:rqueue-spring:2.8.0-RELEASE'
94+
implementation 'com.github.sonus21:rqueue-spring:2.9.0-RELEASE'
9595
```
9696
* Maven
9797
```xml
9898
<dependency>
9999
<groupId>com.github.sonus21</groupId>
100100
<artifactId>rqueue-spring</artifactId>
101-
<version>2.8.0-RELEASE</version>
101+
<version>2.9.0-RELEASE</version>
102102
</dependency>
103103
```
104104

0 commit comments

Comments
 (0)