Skip to content

Commit

Permalink
Release 1.3.3
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rillig committed Mar 5, 2024
1 parent 935290e commit cee7e4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ import (
"strings"
)

const version = "1.3.3-snapshot"

var exit = os.Exit

func main() {
Expand Down
3 changes: 3 additions & 0 deletions version.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package main

const version = "1.3.3"

0 comments on commit cee7e4f

Please sign in to comment.