Skip to content

Commit

Permalink
bump LND version
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRochard committed Apr 16, 2019
1 parent 452ae19 commit 448bf8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node_launcher/constants.py
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, 5)))

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


class StringConstant(object):
Expand Down

0 comments on commit 448bf8c

Please sign in to comment.