From 1ff65dcddfa6bc6e09827021fa1fb049b14da87d Mon Sep 17 00:00:00 2001 From: Roland Illig Date: Sat, 7 Oct 2023 22:29:06 +0200 Subject: [PATCH] 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. --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 9e9f669..4b97cd4 100644 --- a/main.go +++ b/main.go @@ -13,7 +13,7 @@ import ( "strings" ) -const version = "1.3.2-snapshot" +const version = "1.3.2" var exit = os.Exit