Updated version information

This commit is contained in:
nathan 2017-02-21 14:43:48 +01:00
parent 938193a546
commit d03fcc78bb
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ Maven Info
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>Annotations</artifactId>
<version>2.11</version>
<version>2.12</version>
</dependency>
```

View File

@ -199,7 +199,7 @@ class AnnotationDetector implements Builder, Cursor {
*/
public static
String getVersion() {
return "2.11";
return "2.12";
}
/**