diff --git a/README.md b/README.md index b3228c5..52d2246 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ This project is **kept in sync** with the utilities library, so "jar hell" is no com.dorkbox Notify - 2.16 + 2.17 ``` diff --git a/src/dorkbox/notify/Notify.java b/src/dorkbox/notify/Notify.java index e02275f..15d1331 100644 --- a/src/dorkbox/notify/Notify.java +++ b/src/dorkbox/notify/Notify.java @@ -64,7 +64,7 @@ class Notify { */ public static String getVersion() { - return "2.16"; + return "2.17"; } /**