Skip to content

Commit ce37e29

Browse files
committed
Update readme to reflect actual version
1 parent 1893de5 commit ce37e29

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
@@ -348,14 +348,14 @@ The latest version for maven dependence:
348348
<dependency>
349349
<groupId>org.influxdb</groupId>
350350
<artifactId>influxdb-java</artifactId>
351-
<version>2.14</version>
351+
<version>2.15</version>
352352
</dependency>
353353
```
354354

355355
Or when using with gradle:
356356

357357
```groovy
358-
compile 'org.influxdb:influxdb-java:2.14'
358+
compile 'org.influxdb:influxdb-java:2.15'
359359
```
360360

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

0 commit comments

Comments
 (0)