Bump version number

This commit is contained in:
Arturo Filastò 2019-11-14 18:03:31 +01:00
parent e0160b5881
commit 222b0bfbca

View File

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