mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 11:32:57 +08:00
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",
|
"name": "dataease",
|
||||||
"version": "1.18.8",
|
"version": "1.18.9",
|
||||||
"description": "dataease front",
|
"description": "dataease front",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dataease-mobile",
|
"name": "dataease-mobile",
|
||||||
"version": "1.18.8",
|
"version": "1.18.9",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "npm run dev:h5",
|
"serve": "npm run dev:h5",
|
||||||
|
Loading…
Reference in New Issue
Block a user