We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2371d1c commit 37613c9Copy full SHA for 37613c9
src/main/java/targeter/aim/system/configuration/SwaggerConfig.java
@@ -18,7 +18,7 @@ public class SwaggerConfig {
18
public OpenAPI openAPI() {
19
Info info = new Info()
20
.title("Aim API Document")
21
- .version("v0.0.1")
+ .version("v1.0.0")
22
.description("Aim의 API 명세서입니다.");
23
24
SecurityScheme securityScheme = new SecurityScheme()
0 commit comments