From 35a7d0a7b9a40219de3034d2e7964bfcb5dbcbd3 Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Sun, 3 Mar 2019 17:54:15 +0100 Subject: [PATCH] release v0.5.2 -though lnd is still in v0.5.2.beta the currently released version is broken and only the pre-released version should be used. versioning will be followed from the 0.5.2 release onwards --- lib/lnrpc/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lnrpc/version.rb b/lib/lnrpc/version.rb index 3beee6b..8fec0cb 100644 --- a/lib/lnrpc/version.rb +++ b/lib/lnrpc/version.rb @@ -1,3 +1,3 @@ module Lnrpc - VERSION = "0.5.2.beta" + VERSION = "0.5.2" end