ad88fefe41
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
8 lines
135 B
Go
8 lines
135 B
Go
// Package version contains version information
|
|
package version
|
|
|
|
const (
|
|
// Version is the software version
|
|
Version = "3.0.8-beta"
|
|
)
|