ooni-probe-cli/version/version.go
Simone Basso ad88fefe41 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
2020-10-05 19:25:19 +02:00

8 lines
135 B
Go

// Package version contains version information
package version
const (
// Version is the software version
Version = "3.0.8-beta"
)