diff --git a/README.md b/README.md index 2bf7f31a..7ba4c96f 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ A library for testing javac compilation with or without annotation processors. S Latest Release -------------- -The latest release is version `0.5`. Include it as a [Maven](http://maven.apache.org/) dependency with the following snippet: +The latest release is version `0.6`. Include it as a [Maven](http://maven.apache.org/) dependency with the following snippet: ``` com.google.testing.compile compile-testing - 0.5 + 0.6 test ```