Skip to content

Commit d33551a

Browse files
committed
Nump version
1 parent e0cdfee commit d33551a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
FOUNDRY_FUZZ_SEED: 0x${{ github.event.pull_request.base.sha || github.sha }}
5252

5353
- name: Compare gas reports
54-
uses: Rubilmax/foundry-gas-diff@v3.13.5
54+
uses: Rubilmax/foundry-gas-diff@v3.13.6
5555
with:
5656
summaryQuantile: 0.9 # only display the 10% most significant gas diffs in the summary (defaults to 20%)
5757
sortCriteria: avg,max # sort diff rows by criteria

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "foundry-gas-diff",
3-
"version": "3.13.5",
3+
"version": "3.13.6",
44
"description": "Github Action reporting gas diff from Foundry gas reports",
55
"author": {
66
"name": "Romain (Rubilmax) Milon",

0 commit comments

Comments
 (0)