dnscheck: bump patch version number (#919)
Part of https://github.com/ooni/probe/issues/2234
This commit is contained in:
parent
cee89132af
commit
a68472dcee
|
@ -23,7 +23,7 @@ import (
|
|||
|
||||
const (
|
||||
testName = "dnscheck"
|
||||
testVersion = "0.9.0"
|
||||
testVersion = "0.9.1"
|
||||
defaultDomain = "example.org"
|
||||
)
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@ func TestExperimentNameAndVersion(t *testing.T) {
|
|||
if measurer.ExperimentName() != "dnscheck" {
|
||||
t.Error("unexpected experiment name")
|
||||
}
|
||||
if measurer.ExperimentVersion() != "0.9.0" {
|
||||
if measurer.ExperimentVersion() != "0.9.1" {
|
||||
t.Error("unexpected experiment version")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user