Release v3.10.0-beta.1 (#319)

* fix(make): correctly write oonimkall.podspec

Part of https://github.com/ooni/probe/issues/1439

* chore: set version number to v3.10.0-beta.1

* fix(ios): don't build a target that requires git
This commit is contained in:
Simone Basso 2021-04-29 11:55:30 +02:00 committed by GitHub
commit de60fb0588
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 70 additions and 20 deletions

View file

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