forked from github/dataease
Merge pull request #5129 from dataease/pr@update_version_1.18.7
chore: 升级版本号至1.18.7
This commit is contained in:
commit
d59c979ed9
4
backend/src/main/resources/db/migration/V54__1.18.7.sql
Normal file
4
backend/src/main/resources/db/migration/V54__1.18.7.sql
Normal file
@ -0,0 +1,4 @@
|
||||
UPDATE `my_plugin`
|
||||
SET `version` = '1.18.7'
|
||||
where `plugin_id` > 0
|
||||
and `version` = '1.18.6';
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "dataease",
|
||||
"version": "1.18.6",
|
||||
"version": "1.18.7",
|
||||
"description": "dataease front",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "dataease-mobile",
|
||||
"version": "1.18.6",
|
||||
"version": "1.18.7",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"serve": "npm run dev:h5",
|
||||
|
Loading…
Reference in New Issue
Block a user