The version
command in Mintlayer is utilized to display the version of the wallet software currently in use. Additionally, if available, it shows the git commit hash corresponding to the build. This command is essential for verifying the software version and ensuring that the wallet is up to date.
version
-h, --help
: Displays help information about the version
command.Checking the Wallet Software Version:
To check the version of your wallet software, run the command:
version
The output will typically display the software version and, optionally, the git commit hash. For example:
0.2.0 (HEAD hash: 12719136bfadfc6b8c02c2f8094ef6baee23bb9b)
This indicates that the wallet is running version 0.2.0 and provides the git commit hash for this version.