Merge pull request #4527 from dataease/pr@dev@feat_update_version

feat: 升级版本号到1.18.3
This commit is contained in:
王嘉豪
2023-02-14 14:12:58 +08:00
committed by GitHub
6 changed files with 12 additions and 8 deletions

View File

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