diff --git a/README.md b/README.md index 013cd95..ec9bfa9 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ This project is **kept in sync** with the utilities library, so "jar hell" is no com.dorkbox Console - 2.9 + 3.0 ``` diff --git a/src/dorkbox/console/Console.java b/src/dorkbox/console/Console.java index 1248c41..5412f2b 100644 --- a/src/dorkbox/console/Console.java +++ b/src/dorkbox/console/Console.java @@ -86,7 +86,7 @@ class Console { */ public static String getVersion() { - return "2.9"; + return "3.0"; }