Skip to content

Commit ff6d761

Browse files
committed
Release the next version
1 parent 3be089a commit ff6d761

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

go-carpet.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" generated with Ronn/v0.7.3
22
.\" http://github.com/rtomayko/ronn/tree/0.7.3
33
.
4-
.TH "GO\-CARPET" "" "March 2018" "" ""
4+
.TH "GO\-CARPET" "" "April 2018" "" ""
55
.
66
.SH "NAME"
77
\fBgo\-carpet\fR \- show test coverage for Go source files

go-carpet.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const (
2222
2323
usage: go-carpet [options] [paths]`
2424

25-
appVersion = "1.6"
25+
appVersion = "1.7"
2626

2727
// predefined go test options
2828
goTestCoverProfile = "-coverprofile"

snapcraft.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: go-carpet
2-
version: '1.6'
2+
version: '1.7'
33
summary: Show test coverage in terminal for Go source files
44
description: |
55
It works outside of the GOPATH directory. And it works recursively for multiple packages.

0 commit comments

Comments
 (0)