Skip to content
Open

6.0.6 #459

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions node_launcher/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
import platform
from typing import Dict

NODE_LAUNCHER_RELEASE = '.'.join(map(str, (6, 0, 4)))
NODE_LAUNCHER_RELEASE = '.'.join(map(str, (6, 0, 6)))

TARGET_BITCOIN_RELEASE = 'v0.17.1'
TARGET_LND_RELEASE = 'v0.6-beta-rc4'
TARGET_BITCOIN_RELEASE = 'v0.18.1'
TARGET_LND_RELEASE = 'v0.7.1-beta'


class StringConstant(object):
Expand Down