Bump version number of probe-cli

This commit is contained in:
Arturo Filastò 2018-09-25 14:21:18 +02:00
parent a60f376846
commit 5567fe1d2b

View File

@ -16,7 +16,7 @@ import (
"upper.io/db.v3/lib/sqlbuilder"
)
const Version = "3.0.0-dev.1"
const Version = "3.0.0-alpha.2"
// Context for OONI Probe
type Context struct {