From b0033b3e21b1b52d64856f0c6c4c055c584aeb6e Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Fri, 7 Jun 2024 00:12:18 +0200 Subject: [PATCH] release v0.2.0-beta.9 --- Formula/reth.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/reth.rb b/Formula/reth.rb index 107757e..b188fee 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: "v0.2.0-beta.8", - revision: "c0e7440692ef93277d23a2bb9f2f4712fdc0f16e" + tag: "v0.2.0-beta.9", + revision: "7b435e0d6dede497dca211090d95a4cfa387dd1b" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/paradigmxyz/reth.git", branch: "main"