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
1 changed files with 1 additions and 1 deletions

View File

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