net::ssh: improve version string
1 files changed, 1 insertions(+), 1 deletions(-) M net/ssh/client.ha
M net/ssh/client.ha => net/ssh/client.ha +1-1
@@ 20,7 20,7 @@ export type client = struct { seq: u32, }; const protoversion: str = "SSH-2.0-hare::ssh-0.0\r\n"; const protoversion: str = "SSH-2.0-hare_net::ssh-0.0\r\n"; // Creates a new SSH client. When done using the client, the caller should call // [[client_finish]] to free associated resources.