dnscheck: bump patch version number (#919)
Part of https://github.com/ooni/probe/issues/2234
This commit is contained in:
parent
cee89132af
commit
a68472dcee
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ import (
|
|||
|
||||
const (
|
||||
testName = "dnscheck"
|
||||
testVersion = "0.9.0"
|
||||
testVersion = "0.9.1"
|
||||
defaultDomain = "example.org"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue