chore: 同步线上构建版本号,避免服务器编译时版本号回退
- mining-app: 1.0.0+1 → 1.0.0+58(与线上已发布版本对齐) - mobile-app: 2.0.0+1 → 2.0.0+357(与线上已发布版本对齐) 构建脚本会在此基础上自动递增,下次构建将从 59/358 开始。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
a68fe5e999
commit
577979bc83
|
|
@ -1,6 +1,6 @@
|
|||
name: mining_app
|
||||
description: 股行用户端 App
|
||||
version: 1.0.0+1
|
||||
version: 1.0.0+58
|
||||
publish_to: none
|
||||
|
||||
environment:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
name: durianqueen_app
|
||||
description: 榴莲皇后移动应用
|
||||
publish_to: 'none'
|
||||
version: 2.0.0+1
|
||||
version: 2.0.0+357
|
||||
|
||||
environment:
|
||||
sdk: ^3.10.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue