Skip to content

Commit 4af908f

Browse files
committed
Release 1.2.1
Changes since 1.2.0: Bugfix: Instrument the files of a package in deterministic order. This regression was introduced between 1.1.1 and 1.2.0.
1 parent 3db5cfe commit 4af908f

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

1818
var exit = os.Exit
1919

0 commit comments

Comments
 (0)