Merge pull request #128 from ooni/feature/v3.0.0

Bless v3.0.0
This commit is contained in:
Simone Basso 2020-05-05 16:37:30 +02:00 committed by GitHub
commit a5dcbb18d3
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-rc.14"
Version = "3.0.0"
// UserAgent is the OONI user-agent header
UserAgent = "ooniprobe-desktop/" + Version