diff --git a/backend/src/main/resources/db/migration/V56__1.18.9.sql b/backend/src/main/resources/db/migration/V56__1.18.9.sql
new file mode 100644
index 0000000000..3d6018d62f
--- /dev/null
+++ b/backend/src/main/resources/db/migration/V56__1.18.9.sql
@@ -0,0 +1,4 @@
+UPDATE `my_plugin`
+SET `version` = '1.18.9'
+where `plugin_id` > 0
+ and `version` = '1.18.8';
diff --git a/frontend/package.json b/frontend/package.json
index a7449158f9..ba27c63f0d 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -1,6 +1,6 @@
{
"name": "dataease",
- "version": "1.18.8",
+ "version": "1.18.9",
"description": "dataease front",
"private": true,
"scripts": {
diff --git a/mobile/package.json b/mobile/package.json
index 7988373a45..41def72170 100644
--- a/mobile/package.json
+++ b/mobile/package.json
@@ -1,6 +1,6 @@
{
"name": "dataease-mobile",
- "version": "1.18.8",
+ "version": "1.18.9",
"private": true,
"scripts": {
"serve": "npm run dev:h5",
diff --git a/pom.xml b/pom.xml
index f370ded74d..4bc424337f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
- 1.18.8
+ 1.18.9
dataease