From 18eb6a3151fc4ee69750e00772ce4e7b6d6416f0 Mon Sep 17 00:00:00 2001 From: Guillaume Ballet <3272758+gballet@users.noreply.github.com> Date: Tue, 2 Jul 2024 17:08:01 +0200 Subject: [PATCH] Update version to 1.14.6 --- ethereum.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethereum.rb b/ethereum.rb index 6f32d4b..246c3c5 100644 --- a/ethereum.rb +++ b/ethereum.rb @@ -1,7 +1,7 @@ class Ethereum < Formula desc "Official Go implementation of the Ethereum protocol" homepage "https://github.com/ethereum/go-ethereum" - url "https://github.com/ethereum/go-ethereum.git", :tag => "v1.14.5" + url "https://github.com/ethereum/go-ethereum.git", :tag => "v1.14.6" head do url "https://github.com/ethereum/go-ethereum.git", :branch => "master"