diff --git a/README.md b/README.md index 3393fa9..8631447 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ Maven Info com.dorkbox Console - 3.2 + 3.3 ``` diff --git a/src/dorkbox/console/Console.java b/src/dorkbox/console/Console.java index 8e8e75b..3f1aea0 100644 --- a/src/dorkbox/console/Console.java +++ b/src/dorkbox/console/Console.java @@ -87,7 +87,7 @@ class Console { */ public static Version getVersion() { - return new Version("3.2"); + return new Version("3.3"); }