Skip to content

Commit

Permalink
Bump LND and bitcoind versions
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRochard committed Sep 11, 2019
1 parent 448bf8c commit 065a9f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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, 5)))
NODE_LAUNCHER_RELEASE = '.'.join(map(str, (6, 0, 6)))

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


class StringConstant(object):
Expand Down

0 comments on commit 065a9f2

Please sign in to comment.