From 57dffaa2ce987f4d85edeff55942a8e8d246168a Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Tue, 24 Aug 2021 04:19:59 -0300 Subject: [PATCH] update hub to beta release --- lbry/wallet/orchstr8/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbry/wallet/orchstr8/__init__.py b/lbry/wallet/orchstr8/__init__.py index a2379007c..c89834383 100644 --- a/lbry/wallet/orchstr8/__init__.py +++ b/lbry/wallet/orchstr8/__init__.py @@ -1,5 +1,5 @@ __hub_url__ = ( - "https://github.com/lbryio/hub/releases/download/v0.2021.07.24-beta/hub" + "https://github.com/lbryio/hub/releases/download/v0.2021.08.24-beta/hub" ) from .node import Conductor from .service import ConductorService