feat: start preparing for a cli release (#672)

This diff includes some final changes to be ready for blessing
a cli release. These changes are:

1. run `go generate ./...` to update the bundled CA

2. update the header we use for measuring

3. ensure `mk` uses the latest version of several tools

Reference issue: https://github.com/ooni/probe/issues/1845
This commit is contained in:
Simone Basso 2022-01-24 14:56:51 +01:00 committed by GitHub
commit 2a566f2046
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 29 additions and 29 deletions

View file

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