1
0
mirror of https://github.com/bumi/lnrpc synced 2025-06-15 21:08:13 +00:00

Update README.md

This commit is contained in:
bumi 2020-08-29 19:44:15 +02:00 committed by GitHub
parent 2e903a25bd
commit 704c4c9256
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)).