diff --git a/README.md b/README.md
index 4bfc41fb..8f4d4af8 100644
--- a/README.md
+++ b/README.md
@@ -463,7 +463,7 @@ For `Maven` projects:
io.foldright
cffu
- 0.9.3
+ 0.9.4
```
@@ -471,10 +471,10 @@ For `Gradle` projects:
```groovy
// Gradle Kotlin DSL
-implementation("io.foldright:cffu:0.9.3")
+implementation("io.foldright:cffu:0.9.4")
// Gradle Groovy DSL
-implementation 'io.foldright:cffu:0.9.3'
+implementation 'io.foldright:cffu:0.9.4'
```
可以在 [central.sonatype.com](https://central.sonatype.com/artifact/io.foldright/cffu/0.8.0/versions) 查看最新版本与可用版本列表。
diff --git a/cffu-core/pom.xml b/cffu-core/pom.xml
index d0bb858e..d88a88fe 100644
--- a/cffu-core/pom.xml
+++ b/cffu-core/pom.xml
@@ -4,7 +4,7 @@
io.foldright
cffu-parent
- 0.9.x-SNAPSHOT
+ 0.9.4
../pom.xml
diff --git a/cffu-ttl-executor-wrapper/pom.xml b/cffu-ttl-executor-wrapper/pom.xml
index 4241e1b8..b9b703e8 100644
--- a/cffu-ttl-executor-wrapper/pom.xml
+++ b/cffu-ttl-executor-wrapper/pom.xml
@@ -4,7 +4,7 @@
io.foldright
cffu-parent
- 0.9.x-SNAPSHOT
+ 0.9.4
../pom.xml
diff --git a/pom.xml b/pom.xml
index 07fec724..75a74e6b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
io.foldright
cffu-parent
- 0.9.x-SNAPSHOT
+ 0.9.4
pom
${project.artifactId}
${parent.artifactId}