修改版本号

pull/8257/head^2
JEECG 2025-05-06 16:01:31 +08:00
parent fe9630d15c
commit 590d73dfe3
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@ public class OpenApiController extends JeecgController<OpenApi, OpenApiService>
SwaggerInfo info = new SwaggerInfo();
info.setDescription("OpenAPI 接口列表");
info.setVersion("3.7.1");
info.setVersion("3.8.0");
info.setTitle("OpenAPI 接口列表");
info.setTermsOfService("https://jeecg.com");