Updated Version

This commit is contained in:
nathan 2017-07-29 23:02:12 +02:00
parent 152e4e3fec
commit ae9aad845f
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ Maven Info
<dependency> <dependency>
<groupId>com.dorkbox</groupId> <groupId>com.dorkbox</groupId>
<artifactId>Console</artifactId> <artifactId>Console</artifactId>
<version>3.2</version> <version>3.3</version>
</dependency> </dependency>
</dependencies> </dependencies>
``` ```

View File

@ -87,7 +87,7 @@ class Console {
*/ */
public static public static
Version getVersion() { Version getVersion() {
return new Version("3.2"); return new Version("3.3");
} }