Skip to content

Commit e1c842d

Browse files
3.6.2 is avaialble
1 parent 7230106 commit e1c842d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ Maven artifacts are [released to Maven Central](http://search.maven.org/#search%
1414
<dependency>
1515
<groupId>com.rabbitmq</groupId>
1616
<artifactId>amqp-client</artifactId>
17-
<version>3.6.0</version>
17+
<version>3.6.2</version>
1818
</dependency>
1919
```
2020

2121
### Gradle
2222

2323
``` groovy
24-
compile 'com.rabbitmq:amqp-client:3.6.0'
24+
compile 'com.rabbitmq:amqp-client:3.6.2'
2525
```
2626

2727

0 commit comments

Comments
 (0)