Skip to content

Commit

Permalink
Merge branch 'implement-acp-77-warp-signing' into implement-acp-77-in…
Browse files Browse the repository at this point in the history
…crease-balance-tx
  • Loading branch information
StephenButtolph authored Oct 15, 2024
2 parents e8c8b87 + 370c281 commit ba9c17f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
- name: Install qemu (required for cross-platform builds)
run: |
sudo apt update
sudo apt -y install qemu qemu-user-static
sudo apt -y install qemu-system qemu-user-static
- name: Check image build
shell: bash
run: bash -x scripts/tests.build_image.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install qemu (required for cross-platform builds)
run: |
sudo apt update
sudo apt -y install qemu qemu-user-static
sudo apt -y install qemu-system qemu-user-static
sudo systemctl restart docker
- name: Create multiplatform docker builder
run: docker buildx create --use
Expand Down
3 changes: 2 additions & 1 deletion version/compatibility.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"37": [
"v1.11.11"
"v1.11.11",
"v1.11.12"
],
"36": [
"v1.11.10"
Expand Down
2 changes: 1 addition & 1 deletion version/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var (
Current = &Semantic{
Major: 1,
Minor: 11,
Patch: 11,
Patch: 12,
}
CurrentApp = &Application{
Name: Client,
Expand Down

0 comments on commit ba9c17f

Please sign in to comment.