feat(webconnectivity@v0.5): record late DNS replies (#883)

Part of https://github.com/ooni/probe/issues/2237
This commit is contained in:
Simone Basso 2022-08-26 18:32:36 +02:00 committed by GitHub
commit c3964e43b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 27 additions and 1 deletions

View file

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