Updated version

This commit is contained in:
nathan 2016-04-04 14:04:29 +02:00
parent db545c274b
commit e7ea747430
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ Usage:
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>ObjectPool</artifactId>
<version>2.4</version>
<version>2.5</version>
</dependency>
```

View File

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