Skip to content

Commit c5b5bbf

Browse files
committed
Bump README version to 0.5
1 parent a41abf8 commit c5b5bbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ A library for testing javac compilation with or without annotation processors. S
66
Latest Release
77
--------------
88

9-
The latest release is version `0.4`. Include it as a [Maven](http://maven.apache.org/) dependency with the following snippet:
9+
The latest release is version `0.5`. Include it as a [Maven](http://maven.apache.org/) dependency with the following snippet:
1010

1111
```
1212
<dependency>
1313
<groupId>com.google.testing.compile</groupId>
1414
<artifactId>compile-testing</artifactId>
15-
<version>0.4</version>
15+
<version>0.5</version>
1616
<scope>test</scope>
1717
</dependency>
1818
```

0 commit comments

Comments
 (0)