Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
markliu2013 committed Jan 30, 2024
1 parent 21a32da commit d6f3405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/cn/biq/mn/TestController.java
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ public class TestController {

@RequestMapping(method = RequestMethod.GET, value = "/version")
public BaseResponse handleVersion() {
return new DataResponse<>("93.22");
return new DataResponse<>("93.23");
}

@GetMapping("/test3")

0 comments on commit d6f3405

Please sign in to comment.