1
0
mirror of https://github.com/bumi/lnrpc synced 2025-07-09 12:57:23 +00:00

Align version number with lnd version number

This commit is contained in:
bumi 2019-02-12 03:51:50 +01:00
parent 8499885ebb
commit 0044f918f1

View File

@ -1,3 +1,3 @@
module Lnrpc
VERSION = "0.1.0"
VERSION = "0.5.2.beta"
end