784d3d0f73
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.
8 lines
130 B
Go
8 lines
130 B
Go
// Package version contains version information
|
|
package version
|
|
|
|
const (
|
|
// Version is the software version
|
|
Version = "3.7.0"
|
|
)
|