Updated version information

This commit is contained in:
nathan 2017-02-21 14:43:47 +01:00
parent 8977fbed4a
commit d92e7b6cb2
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ Maven Info
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>ObjectPool</artifactId>
<version>2.7</version>
<version>2.8</version>
</dependency>
```

View File

@ -29,7 +29,7 @@ class ObjectPool<T> implements Pool<T> {
*/
public static
String getVersion() {
return "2.7";
return "2.8";
}