feat(webconnectivity@v0.5): detect TLS misconfig for probe and TH (#958)

See https://github.com/ooni/probe/issues/2300.
This commit is contained in:
Simone Basso 2022-09-13 10:40:38 +02:00 committed by GitHub
commit 019aa4cbca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 63 additions and 2 deletions

View file

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