updated version

This commit is contained in:
nathan 2017-09-22 09:22:40 +02:00
parent 125bd8a2fc
commit c2f0c7bed2
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ Maven Info
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>ObjectPool</artifactId>
<version>2.10</version>
<version>2.11</version>
</dependency>
</dependencies>
```

View File

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