Skip to content

Commit b1e4b59

Browse files
committed
readme: add a link to releases page
A user may expect that the README contains a last version, while it is not always so.
1 parent d674096 commit b1e4b59

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,14 @@ To get the Java connector for Tarantool 1.6.9, visit
2424

2525
## Getting started
2626

27-
1. Add a dependency to your `pom.xml` file:
27+
1. Add a dependency to your `pom.xml` file (look for a last version on the
28+
[releases page](https://github.com/tarantool/tarantool-java/releases)):
2829

2930
```xml
3031
<dependency>
3132
<groupId>org.tarantool</groupId>
3233
<artifactId>connector</artifactId>
33-
<version>1.9.1</version>
34+
<version>1.9.2</version>
3435
</dependency>
3536
```
3637

0 commit comments

Comments
 (0)