ooni-probe-cli/internal/version/version.go
Simone Basso ae32ffa13b
chore: set version to 3.7.0-alpha (#240)
While there, make sure we don't always skip a currently failing
riseupvpn test, and slightly clarify the readme.
2021-03-04 11:36:41 +01:00

8 lines
136 B
Go

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