Updated version

This commit is contained in:
nathan 2016-05-31 02:21:42 +02:00
parent 94e7037dbe
commit d3558a7db0
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ This project is **kept in sync** with the utilities library, so "jar hell" is no
<dependency> <dependency>
<groupId>com.dorkbox</groupId> <groupId>com.dorkbox</groupId>
<artifactId>Console</artifactId> <artifactId>Console</artifactId>
<version>2.9</version> <version>3.0</version>
</dependency> </dependency>
``` ```

View File

@ -86,7 +86,7 @@ class Console {
*/ */
public static public static
String getVersion() { String getVersion() {
return "2.9"; return "3.0";
} }