diff --git a/common/version.go b/common/version.go index 4b979c6..e94cd64 100644 --- a/common/version.go +++ b/common/version.go @@ -8,7 +8,7 @@ package common // it is walletrpc/service.proto:48, so every client and every operator probe // reads it, and it is the only way to tell from off-box which build a node is // running. -const Version = "0.1.2" +const Version = "0.1.3" // VersionString is what GetLightdInfo advertises to clients. const VersionString = Version + "-dragonxlightd"