Hotpocket version changes (#336)

This commit is contained in:
Chalith Desaman
2021-07-28 16:33:58 +05:30
committed by GitHub
parent 866a617989
commit 4a5c3554bd
10 changed files with 27 additions and 13 deletions

View File

@@ -155,7 +155,8 @@ int main(int argc, char **argv)
if (conf::ctx.command == "version")
{
// Print the version
std::cout << "HotPocket " << version::HP_VERSION << " (ledger version " << version::LEDGER_VERSION << ")" << std::endl;
std::cout << version::HP_VERSION << " \nLedger version: " << version::LEDGER_VERSION << "\n";
return 0;
}
else
{