From 5644dbc5544ffdc73172a1046c2c93a1149e54e9 Mon Sep 17 00:00:00 2001 From: DragonX Developers Date: Wed, 26 Aug 2026 11:45:38 -0500 Subject: [PATCH] version: 0.1.3 for the zrpc transport change Rebased onto master (v0.1.2, the deployed crash fix), so this branch now carries only the RPC transport work. Bump so the deployed version stays readable from off-box via GetLightdInfo -- the same check that verified the 0.1.2 rollout node by node. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01FU87LdsJZiZkfq1eXubpeo --- common/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"