Skip to content

Commit 9a81ef9

Browse files
committed
Release 1.3.0
Changes since 1.2.2: The '-branch' option covers branches instead of conditions. It is intended as an intermediate goal for projects whose way to condition coverage is still too far.
1 parent 1b2635c commit 9a81ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"strings"
1414
)
1515

16-
const version = "1.2.3-snapshot"
16+
const version = "1.3.0"
1717

1818
var exit = os.Exit
1919

0 commit comments

Comments
 (0)