v0.6.3 stable, released to Maven Central

This commit is contained in:
Robert Bor 2021-03-01 09:24:14 +01:00
parent 012ad80197
commit 1333725f1f

View File

@ -17,7 +17,7 @@ Include this dependency in your POM. Be sure to check for the latest version in
<dependency>
<groupId>org.ahocorasick</groupId>
<artifactId>ahocorasick</artifactId>
<version>0.4.0</version>
<version>0.6.3</version>
</dependency>
```