diff --git a/README.md b/README.md index 9d7ee90..af8bdbb 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,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.6-rc2 +go install github.com/francoismichel/ssh3/cmd/...@latest ``` diff --git a/version.go b/version.go index a310755..54c7fad 100644 --- a/version.go +++ b/version.go @@ -27,7 +27,7 @@ const SOFTWARE_MAJOR int = 0 const SOFTWARE_MINOR int = 1 const SOFTWARE_PATCH int = 6 -const SOFTWARE_RC int = 2 +const SOFTWARE_RC int = 0 var AVAILABLE_CLIENT_VERSIONS []Version = []Version{ ThisVersion(),