updated version

This commit is contained in:
nathan 2016-04-04 14:06:50 +02:00
parent c782a2ff8b
commit e788d0a339
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -93,7 +93,7 @@ class InputConsole {
*/
public static
String getVersion() {
return "2.7";
return "2.8";
}
/**