fix: disable maxRuntime when not WebConnectivity

See https://github.com/ooni/probe/issues/1433
This commit is contained in:
Simone Basso 2021-04-06 13:03:50 +02:00
commit 6306c09963
2 changed files with 8 additions and 2 deletions

View file

@ -3,5 +3,5 @@ package version
const (
// Version is the software version
Version = "3.9.0"
Version = "3.9.1"
)