From fbbf29ec970a5f4c61a5d66bccca048eae35dc3b Mon Sep 17 00:00:00 2001 From: cpovirk Date: Fri, 1 Jun 2018 09:29:40 -0700 Subject: [PATCH] Update latest version in docs. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=198882730 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e90e9e50..e0858722 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.13`. Include it as a [Maven](http://maven.apache.org/) dependency with the following snippet: +The latest release is version `0.15`. Include it as a [Maven](http://maven.apache.org/) dependency with the following snippet: ``` com.google.testing.compile compile-testing - 0.13 + 0.15 test ```