Updated version

This commit is contained in:
nathan 2016-04-03 21:03:24 +02:00
parent 38d418d3f7
commit 3189f17e0f
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ This project is **kept in sync** with the utilities library, so "jar hell" is no
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>Annotations</artifactId>
<version>2.6</version>
<version>2.7</version>
</dependency>
```

View File

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