1
0
mirror of https://github.com/bumi/lnrpc synced 2025-08-03 14:40:27 +00:00

Version 0.6.1

Eventhough lnd is using a beta version we release a full version to make
it usable by default in ruby apps.
This commit is contained in:
bumi 2019-05-15 11:43:03 +02:00
parent 73e48ba671
commit 990f0f5987

View File

@ -1,3 +1,3 @@
module Lnrpc
VERSION = "0.5.2"
VERSION = "0.6.1"
end