v3.8.1发布,修改版本号

This commit is contained in:
JEECG
2025-06-25 17:37:33 +08:00
parent b751570789
commit 553bee57f1
44 changed files with 57 additions and 57 deletions

View File

@ -4,7 +4,7 @@
<parent>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jeecg-module-system</artifactId>
<version>3.8.0</version>
<version>3.8.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

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