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) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FU87LdsJZiZkfq1eXubpeo
This commit is contained in:
DragonX Developers
2026-08-26 11:45:38 -05:00
parent 68c24b5701
commit 5644dbc554

View File

@@ -8,7 +8,7 @@ package common
// it is walletrpc/service.proto:48, so every client and every operator probe // 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 // reads it, and it is the only way to tell from off-box which build a node is
// running. // running.
const Version = "0.1.2" const Version = "0.1.3"
// VersionString is what GetLightdInfo advertises to clients. // VersionString is what GetLightdInfo advertises to clients.
const VersionString = Version + "-dragonxlightd" const VersionString = Version + "-dragonxlightd"