Updated version information

This commit is contained in:
nathan 2017-02-21 14:43:48 +01:00
parent 3a791e0570
commit 0f66d0ce1c
2 changed files with 2 additions and 2 deletions

View File

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

View File

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