Skip to content

Commit

Permalink
version 1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
minkikim89 committed Jun 26, 2018
1 parent d1533e8 commit 09a7c64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2018-06-22 [version 1.11.2-SNAPSHOT]
2018-06-26 [version 1.11.2]
* [Fix] bulk and pipe operation buffer overhead changed from 64 to 128
* [Fix] Select separator depending on node version.
* [ENHANCE] Gen client info string even if an exception occur.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To use it, add the following dependency to your pom.xml.
<dependency>
<groupId>com.navercorp.arcus</groupId>
<artifactId>arcus-java-client</artifactId>
<version>1.11.2-SNAPSHOT</version>
<version>1.11.2</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.navercorp.arcus</groupId>
<artifactId>arcus-java-client</artifactId>
<version>1.11.2-SNAPSHOT</version>
<version>1.11.2</version>
<name>Arcus Java Client</name>
<description>Java client for Arcus memcached</description>
<packaging>jar</packaging>
Expand Down

0 comments on commit 09a7c64

Please sign in to comment.