From d5e0d0d5d149c6427f53b3768fd393845648c028 Mon Sep 17 00:00:00 2001 From: Alexey Shekhirin Date: Mon, 18 Mar 2024 13:51:14 +0000 Subject: [PATCH] release: v0.2.0-beta.3 --- Formula/reth.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/reth.rb b/Formula/reth.rb index 778201d..4c0aaa7 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.1", - revision: "66c9403ea1d3d03938eafc099e64e789aadc3616" + tag: "v0.2.0-beta.3", + revision: "56d688b9392eb34e07f239c556febfd6394e729d" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/paradigmxyz/reth.git", branch: "main"