diff --git a/CHANGELOG.md b/CHANGELOG.md index a1f15a2d..c887bd19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 0.6.4 + +Fix lzf compress bug. + ### 0.6.3 fix windows cmd running failed bug. diff --git a/pom.xml b/pom.xml index bd44e670..8451328d 100644 --- a/pom.xml +++ b/pom.xml @@ -70,7 +70,7 @@ com.moilioncircle redis-replicator - 3.5.3 + 3.5.4 org.slf4j diff --git a/src/main/resources/.version b/src/main/resources/.version index 9885725d..af537942 100644 --- a/src/main/resources/.version +++ b/src/main/resources/.version @@ -1 +1 @@ -v0.6.3 \ No newline at end of file +v0.6.4 \ No newline at end of file