Skip to content

neo-cli v3.9.2 returns incorrect version (3.9.1) #983

@belane

Description

@belane

The published version of neo-cli v3.9.2 reports its version as 3.9.1 when queried through the getversion RPC method.

Image

This appears to be caused by a mismatch in package references, as the neo package dependency has not been updated to 3.9.2 within the CLI project.

Since the RPC Plugin retrieves the version string from LocalNode.UserAgent, and this value is derived from the assembly version of the core neo library rather than the CLI, the output remains outdated.
https://github.com/neo-project/neo-node/blob/master-n3/plugins/RpcServer/RpcServer.Node.cs#L153

Image

Metadata

Metadata

Assignees

Labels

discussionIssue state: Proposed, to be discussed by the community.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions