dnscheck: bump patch version number (#919)

Part of https://github.com/ooni/probe/issues/2234
This commit is contained in:
Simone Basso 2022-09-01 19:23:46 +02:00 committed by GitHub
commit a68472dcee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ import (
const (
testName = "dnscheck"
testVersion = "0.9.0"
testVersion = "0.9.1"
defaultDomain = "example.org"
)