Skip to content

Commit

Permalink
test: #1 cicd workflow 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
woody35545 committed Mar 15, 2024
1 parent 915170e commit be0329b
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 be0329b

Please sign in to comment.