Skip to content

Commit

Permalink
readme: update connector version to 1.9.4
Browse files Browse the repository at this point in the history
Users often copy-paste this hunk for Maven and receive the old connector
version with known problems. It seems we should update README after each
release to cleanly state that we recommend the last version to use.

Follows up b1e4b59 ('readme: add a link
to releases page').
  • Loading branch information
Totktonada committed Feb 25, 2020
1 parent 4ba88fb commit 7ebd4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -31,7 +31,7 @@ To get the Java connector for Tarantool 1.6.9, visit
<dependency>
<groupId>org.tarantool</groupId>
<artifactId>connector</artifactId>
<version>1.9.2</version>
<version>1.9.4</version>
</dependency>
```

Expand Down

0 comments on commit 7ebd4f2

Please sign in to comment.