Skip to content

Commit 8c77f4c

Browse files
committed
Release 1.1.0
Changes since 1.0.3: In chains of '&&' and '||', only instrument the terminal conditions, to reduce redundancy in the output. Instrument send statements, inc/dec statements, range statements, variable declarations, call expressions, slice expressions, type assertion expressions, star expressions, binary expressions, selection expressions and comparisons inside comparisons.
1 parent 410d978 commit 8c77f4c

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.0.4-snapshot"
16+
const version = "1.1.0"
1717

1818
var exit = os.Exit
1919

0 commit comments

Comments
 (0)