From d23f772e808953729a8e97c9653038ff4b13c8a2 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Tue, 5 Nov 2024 14:14:19 +0100 Subject: [PATCH] chore: release 1.1.1 --- Formula/reth.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/reth.rb b/Formula/reth.rb index c1d7171..9bc5186 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.0", - revision: "1ba631ba9581973e7c6cadeea92cfe1802aceb4a" + tag: "v1.1.1", + revision: "15c230bac20e2b1b3532c8b0d470e815fbc0cc22" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/paradigmxyz/reth.git", branch: "main"