ooni-probe-cli/internal/version/version.go
Simone Basso 784d3d0f73
chore: release 3.7.0 (#244)
This comes just a few days after 3.6.0. It contains small
improvements required by ooni/probe-desktop.

For this reason, I am going to skeep the normal release
process and I am just bumping the version number.
2021-03-08 13:51:43 +01:00

8 lines
130 B
Go

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