Update README.md

Updated version to reflect current release version.
This commit is contained in:
Dave Jarvis 2019-11-16 14:02:33 -08:00 committed by GitHub
parent ec80cc85d8
commit 0703e4b1ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.5.0</version>
<version>0.6.0</version>
</dependency>
```