From 704c4c92565247a7e33fccb56fd41d057c99e072 Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Sat, 29 Aug 2020 19:44:15 +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 263eaa6..e009031 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ So lnrpc requires Ruby < 2.7. Add this line to your application's Gemfile: ```ruby -gem 'lnrpc', '~> 0.10.0' +gem 'lnrpc', '~> 0.11.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)).