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
parent 9e238c27dd
commit c55f67273e
3 changed files with 18 additions and 13 deletions
+1 -1
View File
@@ -3,5 +3,5 @@ package version
const (
// Version is the software version
Version = "3.0.11-alpha"
Version = "3.0.12-alpha"
)