chore: 升级版本号至1.18.7

This commit is contained in:
xuwei-fit2cloud
2023-05-04 10:47:08 +08:00
parent b5f2ba430e
commit 1733377eb7
4 changed files with 7 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
UPDATE `my_plugin`
SET `version` = '1.18.7'
where `plugin_id` > 0
and `version` = '1.18.6';