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

@ -90,7 +90,7 @@ public class Swagger3Config implements WebMvcConfigurer {
return new OpenAPI()
.info(new Info()
.title("JeecgBoot 后台服务API接口文档")
.version("3.8.0")
.version("3.8.1")
.contact(new Contact().name("北京国炬信息技术有限公司").url("www.jeccg.com").email("jeecgos@163.com"))
.description( "后台API接口")
.termsOfService("NO terms of service")