From 41d9c2cd52aa62a19a45ba35436ff5eaf1c28343 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Tue, 10 Dec 2024 12:17:40 +0100 Subject: [PATCH] chore: release 1.1.3 --- Formula/reth.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/reth.rb b/Formula/reth.rb index 97b26ee..c9caf55 100644 --- a/Formula/reth.rb +++ b/Formula/reth.rb @@ -2,8 +2,8 @@ class Reth < Formula desc "Fast implementation of the Ethereum protocol in Rust" homepage "https://github.com/paradigmxyz/reth" url "https://github.com/paradigmxyz/reth.git", - tag: "v1.1.2", - revision: "496bf0bf715f0a1fafc198f8d72ccd71913d1a40" + tag: "v1.1.3", + revision: "d97449dae495a2243000078fa30b3b164ef5891b" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/paradigmxyz/reth.git", branch: "main"