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.
This commit is contained in:
Simone Basso 2021-03-08 13:51:43 +01:00 committed by GitHub
parent da95fa9365
commit 784d3d0f73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,5 +3,5 @@ package version
const (
// Version is the software version
Version = "3.7.0-alpha"
Version = "3.7.0"
)