diff --git a/README.md b/README.md index 2d02ee2..658cbae 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Maven Info com.dorkbox Annotations - 2.11 + 2.12 ``` diff --git a/src/dorkbox/annotation/AnnotationDetector.java b/src/dorkbox/annotation/AnnotationDetector.java index 540225a..ba11900 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.11"; + return "2.12"; } /**