Start testing v3.0.8-beta

This beta release incorporates recent fixes in ooni/probe-engine that we
would like to test and ship relatively soon.

I'm doing this as part of https://github.com/ooni/explorer/issues/495
This commit is contained in:
Simone Basso 2020-10-05 19:25:19 +02:00
commit ad88fefe41
3 changed files with 7 additions and 7 deletions

View file

@ -3,5 +3,5 @@ package version
const (
// Version is the software version
Version = "3.0.7"
Version = "3.0.8-beta"
)