From 83d71fae31bde9ab34ee5891c19e206b520a4b84 Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Wed, 3 Jul 2019 15:33:47 +0000 Subject: [PATCH] Use version 0.7.0 in the installation example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fd2ec3..8658132 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ a [gRPC](https://grpc.io/) client for [LND, the Lightning Network Daemon](https: Add this line to your application's Gemfile: ```ruby -gem 'lnrpc', '~> 0.6.1' +gem 'lnrpc', '~> 0.7.0' ``` lnrpc follows the lnd versioning, thus it is recommended to specify the exact version you need for your lnd node as dependency (see [#Versioning](#Versioning)).