From 0f66d0ce1ce682748e1015ea01e79d99b85c9399 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 21 Feb 2017 14:43:48 +0100 Subject: [PATCH] Updated version information --- README.md | 2 +- src/dorkbox/console/Console.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"; }