diff --git a/README.md b/README.md index cd788c8..1878046 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ This project is **kept in sync** with the utilities library, so "jar hell" is no com.dorkbox Annotations - 2.4 + 2.5 ``` diff --git a/src/dorkbox/annotation/AnnotationDetector.java b/src/dorkbox/annotation/AnnotationDetector.java index 02dce4c..d941f05 100644 --- a/src/dorkbox/annotation/AnnotationDetector.java +++ b/src/dorkbox/annotation/AnnotationDetector.java @@ -199,7 +199,7 @@ class AnnotationDetector implements Builder, Cursor { */ public static String getVersion() { - return "2.4"; + return "2.5"; } /**