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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ A list of mutation testing frameworks that either are currently supported or wil
Marv can be installed with the `go` tool. To use the installed executable, add the `GOPATH` environment variable
to your system path. For more information run `go help install`.
```
go install github.com/SecretSheppy/marv/cmd/marv@latest
go install github.com/SecretSheppy/marv@latest
```

### Build from source
Expand Down
2 changes: 1 addition & 1 deletion internal/marvinfo/marvinfo.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package marvinfo

func Version() string {
return "1.2.1"
return "1.2.2"
}
File renamed without changes.
Loading