Fix default config and version

This commit is contained in:
Arturo Filastò 2018-07-14 16:58:08 +02:00
commit 45aea93e6b
7 changed files with 30 additions and 30 deletions

View file

@ -16,6 +16,8 @@ import (
"github.com/pkg/errors"
)
const Version = "3.0.0-dev.0"
// Context for OONI Probe
type Context struct {
Config *config.Config