From b1f644a402e60997442800b98d2c60c6f4e48497 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Tue, 19 Nov 2024 17:55:12 +0100 Subject: [PATCH] chore: release 1.1.2 Closes #69. Signed-off-by: Matthias Seitz <19890894+mattsse@users.noreply.github.com> --- Formula/reth.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/reth.rb b/Formula/reth.rb index 5596ca4..98879a3 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.1", - revision: "15c230bac20e2b1b3532c8b0d470e815fbc0cc22" + tag: "v1.1.2", + revision: "496bf0bf715f0a1fafc198f8d72ccd71913d1a40" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/paradigmxyz/reth.git", branch: "main"