Skip to content

Commit

Permalink
test: cicd workflow 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
woody35545 authored Mar 14, 2024
1 parent 9c7d3b8 commit 549a718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/t3t/apigateway/TestController.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
public class TestController {
@GetMapping("/")
public String test() {
return "v0.0.2";
return "v0.0.3";
}
}

0 comments on commit 549a718

Please sign in to comment.