diff --git a/go-carpet.1 b/go-carpet.1 index 9799713..b7a12e8 100644 --- a/go-carpet.1 +++ b/go-carpet.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "GO\-CARPET" "" "March 2018" "" "" +.TH "GO\-CARPET" "" "April 2018" "" "" . .SH "NAME" \fBgo\-carpet\fR \- show test coverage for Go source files diff --git a/go-carpet.go b/go-carpet.go index d6d9fb1..4f31501 100644 --- a/go-carpet.go +++ b/go-carpet.go @@ -22,7 +22,7 @@ const ( usage: go-carpet [options] [paths]` - appVersion = "1.6" + appVersion = "1.7" // predefined go test options goTestCoverProfile = "-coverprofile" diff --git a/snapcraft.yaml b/snapcraft.yaml index 4e2f2fb..a2c042c 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: go-carpet -version: '1.6' +version: '1.7' summary: Show test coverage in terminal for Go source files description: | It works outside of the GOPATH directory. And it works recursively for multiple packages.