Skip to content

Commit e8133eb

Browse files
authored
Update readme to reflect actual version
1 parent eb37a65 commit e8133eb

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
@@ -391,14 +391,14 @@ The latest version for maven dependence:
391391
<dependency>
392392
<groupId>org.influxdb</groupId>
393393
<artifactId>influxdb-java</artifactId>
394-
<version>2.15</version>
394+
<version>2.16</version>
395395
</dependency>
396396
```
397397

398398
Or when using with gradle:
399399

400400
```groovy
401-
compile 'org.influxdb:influxdb-java:2.15'
401+
compile 'org.influxdb:influxdb-java:2.16'
402402
```
403403

404404
For version change history have a look at [ChangeLog](https://github.com/influxdata/influxdb-java/blob/master/CHANGELOG.md).

0 commit comments

Comments
 (0)