1
0
mirror of https://github.com/bumi/lnrpc synced 2025-07-10 13:27:23 +00:00

Use version 0.7.0 in the installation example

This commit is contained in:
bumi 2019-07-03 15:33:47 +00:00 committed by GitHub
parent 26fc81e177
commit 83d71fae31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: Add this line to your application's Gemfile:
```ruby ```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)). 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)).