aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index b63c105f5..a01232957 100644
--- a/readme.md
+++ b/readme.md
@@ -32,7 +32,7 @@ The project binaries are available in Maven Central. Just add the following to
<dependency>
<groupId>com.github.javaparser</groupId>
<artifactId>javaparser-core</artifactId>
- <version>3.2.7</version>
+ <version>3.2.8</version>
</dependency>
```