Updated version

This commit is contained in:
nathan 2016-03-13 17:37:42 +01:00
parent 1a9e0bb8ac
commit 0bea61a84e
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.2</version>
<version>2.3</version>
</dependency>
```

View File

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