Skip to content

Commit

Permalink
1.0.11-release
Browse files Browse the repository at this point in the history
fix broken pipe bug
  • Loading branch information
leonchen83 committed Sep 16, 2016
1 parent 46d29fe commit 2e264de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ rdb version 7
<dependency>
<groupId>com.moilioncircle</groupId>
<artifactId>redis-replicator</artifactId>
<version>1.0.10</version>
<version>1.0.11</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>com.moilioncircle</groupId>
<artifactId>redis-replicator</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.11</version>

<name>redis-replicator</name>
<description>Redis Replicator is a redis RDB and Command parser written in java.
Expand Down

0 comments on commit 2e264de

Please sign in to comment.