Skip to content

Commit

Permalink
Merge pull request #33 from ooni/release/3.0.0-beta.3
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
hellais authored May 16, 2019
2 parents 9155ec9 + 23423cd commit e9bd5d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nettests/nettests.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ func (c *Controller) Init(nt *mk.Nettest) error {
reportFilePath := c.msmtPath
geoIPCountryPath := filepath.Join(utils.GeoIPDir(c.Ctx.Home), "GeoLite2-Country.mmdb")
geoIPASNPath := filepath.Join(utils.GeoIPDir(c.Ctx.Home), "GeoLite2-ASN.mmdb")
caBundlePath := getCaBundlePath()
msmtPath := c.msmtPath

log.Debugf("OutputPath: %s", msmtPath)
Expand Down Expand Up @@ -113,6 +112,7 @@ func (c *Controller) Init(nt *mk.Nettest) error {
nt.Options.CaBundlePath = sslCertFile
}

log.Debugf("CaBundlePath: %s", nt.Options.CaBundlePath)
log.Debugf("GeoIPASNPath: %s", nt.Options.GeoIPASNPath)
log.Debugf("GeoIPCountryPath: %s", nt.Options.GeoIPCountryPath)

Expand Down
2 changes: 1 addition & 1 deletion ooni.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"upper.io/db.v3/lib/sqlbuilder"
)

const Version = "3.0.0-beta.2"
const Version = "3.0.0-beta.3"

// Context for OONI Probe
type Context struct {
Expand Down

0 comments on commit e9bd5d8

Please sign in to comment.