Skip to content

Commit

Permalink
Release 1.3.2
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rillig committed Oct 7, 2023
1 parent 1017c6a commit 1ff65dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"strings"
)

const version = "1.3.2-snapshot"
const version = "1.3.2"

var exit = os.Exit

Expand Down

0 comments on commit 1ff65dc

Please sign in to comment.