From d0d1e1524dd8368df0ad1b986ef0a5b4bf8eb8c9 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Sun, 13 Oct 2024 15:47:38 +0200 Subject: [PATCH] chore: release 1.1.0 --- Formula/reth.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/reth.rb b/Formula/reth.rb index 55d5878..02d69d8 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.0.8", - revision: "d72e438c06e040e213b5decf5f29543c86cbad0f" + tag: "v1.1.0", + revision: "1ba631ba9581973e7c6cadeea92cfe1802aceb4a" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/paradigmxyz/reth.git", branch: "main"