From 951291c8038660135a7fb61e481a1098f8e7b223 Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Fri, 10 Mar 2023 12:03:32 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dbcd37..10411f6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,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.13.0' +gem 'lnrpc', '~> 0.15.5' ``` 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)).