Skip to content

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rillig committed Dec 15, 2022
1 parent 3db5cfe commit 4af908f
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.2.1-snapshot"
const version = "1.2.1"

var exit = os.Exit

Expand Down

0 comments on commit 4af908f

Please sign in to comment.