Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ private Info apiInfo() {
return new Info()
.title("BEAT Project API")
.description("간편하게 소규모 공연을 등록하고 관리할 수 있는 티켓 예매 플랫폼")
.version("1.2.0");
.version("1.2.4");
}
}