Skip to content

Commit

Permalink
[etc] version 수정 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-kbk authored Jan 4, 2024
1 parent 80b9db1 commit 400cca9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Application version ###
applicationVersion=0.1.5-RELEASE
applicationVersion=0.1.7-RELEASE

### Project configs ###
projectGroup="com.mjucow"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import org.springframework.context.annotation.Configuration
@Configuration
class SwaggerConfig {
@Bean
fun swaggerApi() = OpenAPI()
fun swaggerApi(): OpenAPI = OpenAPI()
.components(Components())
.info(
Info()
Expand Down

0 comments on commit 400cca9

Please sign in to comment.