diff --git a/README.md b/README.md
index dab2bfae..92f9834a 100644
--- a/README.md
+++ b/README.md
@@ -455,7 +455,7 @@ For `Maven` projects:
io.foldright
cffu
- 0.9.6
+ 0.9.7
```
@@ -463,12 +463,12 @@ For `Gradle` projects:
```groovy
// Gradle Kotlin DSL
-implementation("io.foldright:cffu:0.9.6")
+implementation("io.foldright:cffu:0.9.7")
```
```groovy
// Gradle Groovy DSL
-implementation 'io.foldright:cffu:0.9.6'
+implementation 'io.foldright:cffu:0.9.7'
```
可以在 [central.sonatype.com](https://central.sonatype.com/artifact/io.foldright/cffu/0.9.0/versions) 查看最新版本与可用版本列表。
diff --git a/cffu-bom/pom.xml b/cffu-bom/pom.xml
index 731cd3c0..60018e11 100644
--- a/cffu-bom/pom.xml
+++ b/cffu-bom/pom.xml
@@ -10,7 +10,7 @@
-->
io.foldright
cffu-bom
- 0.9.x-SNAPSHOT
+ 0.9.7
pom
${project.artifactId}
${parent.artifactId}
diff --git a/cffu-core/pom.xml b/cffu-core/pom.xml
index dd8a692b..8f2e1282 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.7
../pom.xml
diff --git a/cffu-kotlin/pom.xml b/cffu-kotlin/pom.xml
index f27eaf2c..1d1c185b 100644
--- a/cffu-kotlin/pom.xml
+++ b/cffu-kotlin/pom.xml
@@ -4,7 +4,7 @@
io.foldright
cffu-parent
- 0.9.x-SNAPSHOT
+ 0.9.7
../pom.xml
diff --git a/cffu-ttl-executor-wrapper/README.md b/cffu-ttl-executor-wrapper/README.md
index dd2718f4..3fcff35d 100644
--- a/cffu-ttl-executor-wrapper/README.md
+++ b/cffu-ttl-executor-wrapper/README.md
@@ -18,7 +18,7 @@ For `Maven` projects:
io.foldright
cffu-ttl-executor-wrapper
runtime
- 0.9.6
+ 0.9.7
```
@@ -26,12 +26,12 @@ For `Gradle` projects:
```groovy
// Gradle Kotlin DSL
-runtimeOnly("io.foldright:cffu-ttl-executor-wrapper:0.9.6")
+runtimeOnly("io.foldright:cffu-ttl-executor-wrapper:0.9.7")
```
```groovy
// Gradle Groovy DSL
-runtimeOnly 'io.foldright:cffu-ttl-executor-wrapper:0.9.6'
+runtimeOnly 'io.foldright:cffu-ttl-executor-wrapper:0.9.7'
```
`cffu-ttl-executor-wrapper` has published to maven central, find the latest version at
diff --git a/cffu-ttl-executor-wrapper/pom.xml b/cffu-ttl-executor-wrapper/pom.xml
index 8d21f86e..60ba5332 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.7
../pom.xml
diff --git a/demos/cffu-demo/pom.xml b/demos/cffu-demo/pom.xml
index 1bf92e14..500e587c 100644
--- a/demos/cffu-demo/pom.xml
+++ b/demos/cffu-demo/pom.xml
@@ -4,7 +4,7 @@
io.foldright.cffu-demos
demos-parent
- 0.9.x-SNAPSHOT
+ 0.9.7
../pom.xml
diff --git a/demos/cffu-kotlin-demo/pom.xml b/demos/cffu-kotlin-demo/pom.xml
index 4ecd1d45..21fd1e41 100644
--- a/demos/cffu-kotlin-demo/pom.xml
+++ b/demos/cffu-kotlin-demo/pom.xml
@@ -4,7 +4,7 @@
io.foldright.cffu-demos
demos-parent
- 0.9.x-SNAPSHOT
+ 0.9.7
../pom.xml
diff --git a/demos/pom.xml b/demos/pom.xml
index ff476383..bdae798d 100644
--- a/demos/pom.xml
+++ b/demos/pom.xml
@@ -3,7 +3,7 @@
4.0.0
io.foldright.cffu-demos
demos-parent
- 0.9.x-SNAPSHOT
+ 0.9.7
pom
diff --git a/pom.xml b/pom.xml
index cb539c5f..a95d85af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
io.foldright
cffu-parent
- 0.9.x-SNAPSHOT
+ 0.9.7
pom
${project.artifactId}
cffu parent