The release version has been modified to be mappable to the binary.
Additionally, a flag to output the version information has been added.
This allows the version information to be checked without making an RPC call.
WHY
The version information of binary is incorrect. (The value returned by the RPC will be 0.0.1.)
FYI
This PR has been tested using the following methods.
Docker build
$ make VERSION=v1.10.4 docker
Run docker contianer
This version will be returned by RPC
WHAT
The release version has been modified to be mappable to the binary. Additionally, a flag to output the version information has been added. This allows the version information to be checked without making an RPC call.
WHY
The version information of binary is incorrect. (The value returned by the RPC will be
0.0.1
.)FYI
This PR has been tested using the following methods.
Docker build
Run docker contianer This version will be returned by RPC