Skip to content

Commit

Permalink
[backport] chore: bump web_connectivity@v0.5 version to 0.5.5 (#945)
Browse files Browse the repository at this point in the history
chore: web_connectivity v0.5.5

We're bumping the version number to reflect recent improvements in the
data format implemented in these pull requests:

- #942

- #943

- #944

Reference issue: ooni/probe#2238
  • Loading branch information
bassosimone committed Sep 8, 2022
1 parent b02d05a commit 4f4e5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/experiment/webconnectivity/measurer.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func (m *Measurer) ExperimentName() string {

// ExperimentVersion implements model.ExperimentMeasurer.
func (m *Measurer) ExperimentVersion() string {
return "0.5.4"
return "0.5.5"
}

// Run implements model.ExperimentMeasurer.
Expand Down

0 comments on commit 4f4e5a0

Please sign in to comment.