fix: disable maxRuntime when not WebConnectivity
See https://github.com/ooni/probe/issues/1433
This commit is contained in:
parent
51459e23b2
commit
6306c09963
2 changed files with 8 additions and 2 deletions
|
|
@ -3,5 +3,5 @@ package version
|
|||
|
||||
const (
|
||||
// Version is the software version
|
||||
Version = "3.9.0"
|
||||
Version = "3.9.1"
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue