Skip to content

Commit

Permalink
fix: use correct version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Nov 12, 2020
1 parent 4d905df commit be56692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiment/tlstool/tlstool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func TestMeasurerExperimentNameVersion(t *testing.T) {
if measurer.ExperimentName() != "tlstool" {
t.Fatal("unexpected ExperimentName")
}
if measurer.ExperimentVersion() != "0.0.2" {
if measurer.ExperimentVersion() != "0.0.3" {
t.Fatal("unexpected ExperimentVersion")
}
}
Expand Down

0 comments on commit be56692

Please sign in to comment.