Skip to content

Commit

Permalink
version 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
francoismichel committed Jan 16, 2024
1 parent 1ebc171 commit c18248f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```


Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit c18248f

Please sign in to comment.