Updated version

This commit is contained in:
nathan 2016-04-28 14:36:53 +02:00
parent 1f11e51d46
commit 37e54d0be6
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> <dependency>
<groupId>com.dorkbox</groupId> <groupId>com.dorkbox</groupId>
<artifactId>Annotations</artifactId> <artifactId>Annotations</artifactId>
<version>2.8</version> <version>2.9</version>
</dependency> </dependency>
``` ```

View File

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