chore: bump web_connectivity@v0.5 version to 0.5.5 (#945)

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:

- https://github.com/ooni/probe-cli/pull/942

- https://github.com/ooni/probe-cli/pull/943

- https://github.com/ooni/probe-cli/pull/944

Reference issue: https://github.com/ooni/probe/issues/2238
This commit is contained in:
Simone Basso 2022-09-08 11:22:42 +02:00 committed by GitHub
parent 8167de5805
commit 800217d15b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ func (m *Measurer) ExperimentName() string {
// ExperimentVersion implements model.ExperimentMeasurer. // ExperimentVersion implements model.ExperimentMeasurer.
func (m *Measurer) ExperimentVersion() string { func (m *Measurer) ExperimentVersion() string {
return "0.5.4" return "0.5.5"
} }
// Run implements model.ExperimentMeasurer. // Run implements model.ExperimentMeasurer.