Skip to content

Commit 4d30cbf

Browse files
committed
Fix version by removing prefixed "v"
1 parent 64ceb28 commit 4d30cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cometmock/rpc_server/routes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ func Status(ctx *rpctypes.Context) (*ctypes.ResultStatus, error) {
382382
Other: cometp2p.DefaultNodeInfoOther{
383383
TxIndex: "on",
384384
},
385-
Version: "v0.37.1",
385+
Version: "0.37.1",
386386
ProtocolVersion: p2p.NewProtocolVersion(
387387
version.P2PProtocol, // global
388388
curState.Version.Consensus.Block,

0 commit comments

Comments
 (0)