chore: set version to 3.0.12-alpha (#172)

* chore: set version to 3.0.12-alpha

I need to bless 3.0.11 now to pin to ooni/probe-engine v0.20.2.

* chore: update all dependencies

Most notably, pin to ooni/probe-engine 0.20.2.
This commit is contained in:
Simone Basso 2020-11-17 18:22:46 +01:00 committed by GitHub
commit c55f67273e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 13 deletions

View file

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