forked from github/dataease
chore: 升级版本号至1.18.9
This commit is contained in:
parent
f896a0cc42
commit
0285fbe4c1
4
backend/src/main/resources/db/migration/V56__1.18.9.sql
Normal file
4
backend/src/main/resources/db/migration/V56__1.18.9.sql
Normal file
@ -0,0 +1,4 @@
|
||||
UPDATE `my_plugin`
|
||||
SET `version` = '1.18.9'
|
||||
where `plugin_id` > 0
|
||||
and `version` = '1.18.8';
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "dataease",
|
||||
"version": "1.18.8",
|
||||
"version": "1.18.9",
|
||||
"description": "dataease front",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "dataease-mobile",
|
||||
"version": "1.18.8",
|
||||
"version": "1.18.9",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"serve": "npm run dev:h5",
|
||||
|
Loading…
Reference in New Issue
Block a user