Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
381 changes: 0 additions & 381 deletions CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $ go install github.com/cezmunsta/ssh_ms

For ease of use, ensure that `${GOPATH}/bin` is in your `PATH` to use the tools with ease.

- `go` : `1.22`
- `go` : `1.23`
- `vault`: `1.15`

#### Go
Expand Down
2 changes: 1 addition & 1 deletion cmd/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ var (
purgeForce bool

// Version of the code
Version = "1.10.7"
Version = "1.10.8"
)

func init() {
Expand Down
Loading