diff --git a/backend/src/main/resources/db/migration/V54__1.18.7.sql b/backend/src/main/resources/db/migration/V54__1.18.7.sql
new file mode 100644
index 0000000000..29cc920895
--- /dev/null
+++ b/backend/src/main/resources/db/migration/V54__1.18.7.sql
@@ -0,0 +1,4 @@
+UPDATE `my_plugin`
+SET `version` = '1.18.7'
+where `plugin_id` > 0
+ and `version` = '1.18.6';
\ No newline at end of file
diff --git a/frontend/package.json b/frontend/package.json
index da5e15b445..28b3f37216 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -1,6 +1,6 @@
{
"name": "dataease",
- "version": "1.18.6",
+ "version": "1.18.7",
"description": "dataease front",
"private": true,
"scripts": {
diff --git a/mobile/package.json b/mobile/package.json
index 3417ce608e..32ac241c6c 100644
--- a/mobile/package.json
+++ b/mobile/package.json
@@ -1,6 +1,6 @@
{
"name": "dataease-mobile",
- "version": "1.18.6",
+ "version": "1.18.7",
"private": true,
"scripts": {
"serve": "npm run dev:h5",
diff --git a/pom.xml b/pom.xml
index 1fa739fcc5..c4d7c90dc6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
- 1.18.6
+ 1.18.7
dataease