diff --git a/README.md b/README.md index 812ba9d..3ed0763 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ This project is **kept in sync** with the utilities library, so "jar hell" is no com.dorkbox Notify - 2.7 + 2.11 ``` diff --git a/src/dorkbox/notify/Notify.java b/src/dorkbox/notify/Notify.java index 01a7a65..4c96fb9 100644 --- a/src/dorkbox/notify/Notify.java +++ b/src/dorkbox/notify/Notify.java @@ -63,7 +63,7 @@ class Notify { */ public static String getVersion() { - return "2.7"; + return "2.11"; } /**