appmessage/call commands

This commit is contained in:
Christien Rioux
2023-09-10 15:53:19 -04:00
parent b51e14783b
commit 28b08034f5
2 changed files with 93 additions and 1 deletions

View File

@@ -73,6 +73,7 @@ impl RoutingTable {
" Self Transfer Stats: {:#?}\n\n",
inner.self_transfer_stats
);
out += &format!(" Version: {}\n\n", veilid_version_string());
out
}