Skip to content

Commit cee7e4f

Browse files
committed
Release 1.3.3
Changes since 1.3.2 from 2023-10-07: Fix build failure for TestMain in black box test package, see #32. Fix instrumentation of types based on bool, see #35.
1 parent 935290e commit cee7e4f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

main.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ import (
1313
"strings"
1414
)
1515

16-
const version = "1.3.3-snapshot"
17-
1816
var exit = os.Exit
1917

2018
func main() {

version.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
package main
2+
3+
const version = "1.3.3"

0 commit comments

Comments
 (0)