Skip to content

Commit

Permalink
build(package): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Jun 10, 2024
1 parent c265a31 commit 0e44213
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
FOUNDRY_FUZZ_SEED: 0x${{ github.event.pull_request.base.sha || github.sha }}

- name: Compare gas reports
uses: Rubilmax/foundry-gas-diff@v3.17
uses: Rubilmax/foundry-gas-diff@v3.18
with:
summaryQuantile: 0.9 # only display the 10% most significant gas diffs in the summary (defaults to 20%)
sortCriteria: avg,max # sort diff rows by criteria
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foundry-gas-diff",
"version": "3.17.0",
"version": "3.18.0",
"description": "Github Action reporting gas diff from Foundry gas reports",
"author": {
"name": "Romain (Rubilmax) Milon",
Expand Down

0 comments on commit 0e44213

Please sign in to comment.