From ba4b487c696a10b8e1a626add9e0b26e65bd394e Mon Sep 17 00:00:00 2001 From: francoismichel Date: Thu, 4 Jan 2024 10:45:39 +0100 Subject: [PATCH] README: bump rc version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2318abe..88e30d3 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ You can either download the last [release binaries](https://github.com/francoism ### Installing ssh3 and ssh3-server using Go install ```bash -go install github.com/francoismichel/ssh3/cmd/...@v0.1.5-rc2 +go install github.com/francoismichel/ssh3/cmd/...@v0.1.5-rc3 ```