Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
markliu2013 committed Jan 26, 2024
1 parent 34eed0a commit 21e468a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-all-no-mysql-ali.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile2
file: ./Dockerfile3
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: registry.cn-hangzhou.aliyuncs.com/moneywhere/moneywhere-all-no-mysql:latest
2 changes: 1 addition & 1 deletion src/main/java/cn/biq/mn/TestController.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class TestController {

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

@GetMapping("/test3")
Expand Down

0 comments on commit 21e468a

Please sign in to comment.