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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user