From d3558a7db01508a2457979f596127034b4d6545b Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 31 May 2016 02:21:42 +0200 Subject: [PATCH] Updated version --- 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 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"; }