Release 3.0.9 (#156)

* chore(version.go): we're now at 3.0.9

* chore(go.mod go.sum): update dependencies

* fix(gha/cross.yml): brew update seems broken?

See https://github.com/ooni/probe-cli/pull/156/checks?check_run_id=1315116799
This commit is contained in:
Simone Basso
2020-10-27 15:23:24 +01:00
committed by GitHub
parent ca11b2b65f
commit f172031a03
4 changed files with 20 additions and 13 deletions
+1 -1
View File
@@ -3,5 +3,5 @@ package version
const (
// Version is the software version
Version = "3.0.9-alpha"
Version = "3.0.9"
)