Merge pull request #340 from ooni/release/3.10.0-beta.2

chore: bump to 3.10.0-beta.2
This commit is contained in:
Simone Basso 2021-05-07 14:37:32 +02:00 committed by GitHub
commit 6841db6cb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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