Skip to content

Commit 1ff65dc

Browse files
committed
Release 1.3.2
Changes since 1.3.0: Nested switch statements are properly instrumented. Previously, a 'gobco' variable from the inner switch statement was only used but not declared.
1 parent 1017c6a commit 1ff65dc

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

1818
var exit = os.Exit
1919

0 commit comments

Comments
 (0)