diff --git a/README.md b/README.md index 0639527..ef9dc70 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Maven Info com.dorkbox Console - 3.1 + 3.2 ``` diff --git a/src/dorkbox/console/Console.java b/src/dorkbox/console/Console.java index e38f447..b70bb32 100644 --- a/src/dorkbox/console/Console.java +++ b/src/dorkbox/console/Console.java @@ -86,7 +86,7 @@ class Console { */ public static String getVersion() { - return "3.1"; + return "3.2"; }