diff --git a/node_launcher/constants.py b/node_launcher/constants.py index 1ecb2c78..99a8680c 100644 --- a/node_launcher/constants.py +++ b/node_launcher/constants.py @@ -10,7 +10,7 @@ TOR_WEBSITE = 'http://www.torproject.org/dist/torbrowser/' TARGET_BITCOIN_RELEASE = 'v0.18.1' -TARGET_LND_RELEASE = 'v0.7.1-beta' +TARGET_LND_RELEASE = 'v0.8.1-beta' class StringConstant(object):