Skip to content

Commit

Permalink
feat: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
shinsj4653 committed Feb 25, 2024
1 parent 6d1d62f commit 8f05d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/gdsc/pointer/controller/TestController.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class TestController {
@RequestMapping("/")
public String test() {
log.info("test");
return "This is a root path for SpringBoot Backend v4";
return "This is a root path for SpringBoot Backend v5";
}

}

0 comments on commit 8f05d63

Please sign in to comment.