Merge pull request #135 from ooni/release/v3.0.1

Bless v3.0.1
This commit is contained in:
Simone Basso 2020-06-03 16:08:58 +02:00 committed by GitHub
commit aebcaca082
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ package version
const (
// Version is the software version
Version = "3.0.0"
Version = "3.0.1"
// UserAgent is the OONI user-agent header
UserAgent = "ooniprobe-desktop/" + Version