Updated version

This commit is contained in:
nathan 2016-03-22 00:56:23 +01:00
parent 0bea61a84e
commit 9e4243c7d4
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.3</version>
<version>2.4</version>
</dependency>
```

View File

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