From 0efaad66ad084ca1471d43e04fa3e239d2bc912a Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Wed, 17 Jul 2024 15:10:39 +0200 Subject: [PATCH] chore: release 1.0.2 --- Formula/reth.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/reth.rb b/Formula/reth.rb index 99fa30c..9129fc6 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.1", - revision: "d599393771f9d7d137ea4abf271e1bd118184c73" + tag: "v1.0.2", + revision: "ffb44e6245eebd0144e8ae62f4f39203f2ea2e5f" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/paradigmxyz/reth.git", branch: "main"