update hub to beta release

This commit is contained in:
Victor Shyba 2021-08-24 04:19:59 -03:00 committed by Victor Shyba
parent 9e81dd2360
commit 57dffaa2ce

View file

@ -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